From 9e2f1340597ce9375877c84fadd4927c16651a80 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 13 Sep 2019 11:26:04 +0200 Subject: [PATCH] tmux: fix key binding --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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