Modify tmux conf to work on linux.
This commit is contained in:
@@ -65,15 +65,15 @@ set-option -g status-interval 1
|
|||||||
set-option -g status-left ''
|
set-option -g status-left ''
|
||||||
set-option -g status-right '%l:%M%p'
|
set-option -g status-right '%l:%M%p'
|
||||||
# set-window-option -g window-status-current-fg magenta
|
# set-window-option -g window-status-current-fg magenta
|
||||||
set-option -g status-fg default
|
# set-option -g status-fg default
|
||||||
set-option -g status-bg black
|
# set-option -g status-bg black
|
||||||
|
|
||||||
# Set window notifications
|
# Set window notifications
|
||||||
setw -g monitor-activity on
|
setw -g monitor-activity on
|
||||||
set -g visual-activity on
|
set -g visual-activity on
|
||||||
|
|
||||||
# Enable native Mac OS X copy/paste
|
# Enable native Mac OS X copy/paste
|
||||||
set-option -g default-command "/bin/bash -c 'which reattach-to-user-namespace >/dev/null && exec reattach-to-user-namespace $SHELL -l || exec $SHELL -l'"
|
# set-option -g default-command "/bin/bash -c 'which reattach-to-user-namespace >/dev/null && exec reattach-to-user-namespace $SHELL -l || exec $SHELL -l'"
|
||||||
|
|
||||||
# Allow the arrow key to be used immediately after changing windows
|
# Allow the arrow key to be used immediately after changing windows
|
||||||
set-option -g repeat-time 0
|
set-option -g repeat-time 0
|
||||||
|
|||||||
Reference in New Issue
Block a user