fix ctrl-\ key in ubuntu 20.04
This commit is contained in:
parent
f9ac27f31c
commit
cec15dd216
@ -33,7 +33,7 @@ bind -n C-Down if-shell "$is_vim" "send-keys C-j" "select-pane -D"
|
|||||||
bind -n C-Up if-shell "$is_vim" "send-keys C-k" "select-pane -U"
|
bind -n C-Up if-shell "$is_vim" "send-keys C-k" "select-pane -U"
|
||||||
bind -n C-Right if-shell "$is_vim" "send-keys C-l" "select-pane -R"
|
bind -n C-Right if-shell "$is_vim" "send-keys C-l" "select-pane -R"
|
||||||
|
|
||||||
bind -n C-\ if-shell "$is_vim" "send-keys C-\\" "select-pane -l"
|
bind -n 'C-\' if-shell "$is_vim" 'send-keys C-\\' "select-pane -l"
|
||||||
|
|
||||||
# Use vi keybindings for tmux commandline input.
|
# Use vi keybindings for tmux commandline input.
|
||||||
# Note that to get command mode you need to hit ESC twice...
|
# Note that to get command mode you need to hit ESC twice...
|
||||||
|
Loading…
Reference in New Issue
Block a user