Update tmux config
This commit is contained in:
@@ -17,14 +17,14 @@ set-option -g prefix C-space
|
||||
bind C-space send-prefix
|
||||
|
||||
# use Alt-arrow keys without prefix key to switch panes
|
||||
bind -n C-S-Left select-pane -L
|
||||
bind -n C-S-Right select-pane -R
|
||||
bind -n C-S-Up select-pane -U
|
||||
bind -n C-S-Down select-pane -D
|
||||
bind -n S-Left select-pane -L
|
||||
bind -n S-Right select-pane -R
|
||||
bind -n S-Up select-pane -U
|
||||
bind -n S-Down select-pane -D
|
||||
|
||||
# shift arrow to switch windows
|
||||
bind -n S-Left previous-window
|
||||
bind -n S-Right next-window
|
||||
bind -n C-S-Left previous-window
|
||||
bind -n C-S-Right next-window
|
||||
|
||||
# inherit current path
|
||||
bind c new-window -c "#{pane_current_path}"
|
||||
|
||||
Reference in New Issue
Block a user