tmux: fix key binding
This commit is contained in:
parent
553f83515d
commit
9e2f134059
@ -76,7 +76,7 @@ bind -n M-Left if "[ $(tmux display -p '#{pane_current_command}') = vim ]" "send
|
||||
bind -n M-Right if "[ $(tmux display -p '#{pane_current_command}') = vim ]" "send-keys M-Right" "select-pane -R"
|
||||
|
||||
bind -n C-Right if "[ $(tmux display -p '#{pane_current_command}') = vim ]" "send-keys C-Right" "next-window"
|
||||
bind -n C-Left if "[ $(tmux display -p '#{pane_current_command}') = vim ]" "send-keys C-Right" "previous-window"
|
||||
bind -n C-Left if "[ $(tmux display -p '#{pane_current_command}') = vim ]" "send-keys C-Left" "previous-window"
|
||||
|
||||
#set-option -g status-utf8 on
|
||||
set-option -g status-justify left
|
||||
|
Loading…
Reference in New Issue
Block a user