diff --git a/.tmux.conf b/.tmux.conf index 236612f..4ce2eb3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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