tmux: fix key binding

This commit is contained in:
Mathieu Maret 2019-09-13 11:26:04 +02:00
parent 553f83515d
commit 9e2f134059
1 changed files with 1 additions and 1 deletions

View File

@ -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