Commit 3e83ddc 1 parent b93e176 commit 3e83ddc Copy full SHA for 3e83ddc
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ bind-key -n C-h if-shell "$is_vim" "send-keys C-h" "select-pane -L"
64
64
bind-key -n C-j if-shell " $is_vim " " send-keys C-j" " select-pane -D"
65
65
bind-key -n C-k if-shell " $is_vim " " send-keys C-k" " select-pane -U"
66
66
bind-key -n C-l if-shell " $is_vim " " send-keys C-l" " select-pane -R"
67
- bind-key -n C-\ if-shell " $is_vim " " send-keys C-\\ " " select-pane -l"
67
+ bind-key -n C-\\ if-shell " $is_vim " " send-keys C-\\ " " select-pane -l"
68
68
bind-key -T copy-mode-vi C-h select-pane -L
69
69
bind-key -T copy-mode-vi C-j select-pane -D
70
70
bind-key -T copy-mode-vi C-k select-pane -U
71
71
bind-key -T copy-mode-vi C-l select-pane -R
72
- bind-key -T copy-mode-vi C-\ select-pane -l
72
+ bind-key -T copy-mode-vi C-\\ select-pane -l
73
73
```
74
74
75
75
#### TPM
@@ -196,7 +196,7 @@ bind -r C-h run "tmux select-pane -L"
196
196
bind -r C-j run " tmux select-pane -D"
197
197
bind -r C-k run " tmux select-pane -U"
198
198
bind -r C-l run " tmux select-pane -R"
199
- bind -r C-\ run " tmux select-pane -l"
199
+ bind -r C-\\ run " tmux select-pane -l"
200
200
```
201
201
202
202
Troubleshooting
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ tmux bind-key -T copy-mode-vi C-h select-pane -L
11
11
tmux bind-key -T copy-mode-vi C-j select-pane -D
12
12
tmux bind-key -T copy-mode-vi C-k select-pane -U
13
13
tmux bind-key -T copy-mode-vi C-l select-pane -R
14
- tmux bind-key -T copy-mode-vi C-\ select-pane -l
14
+ tmux bind-key -T copy-mode-vi C-\\ select-pane -l
You can’t perform that action at this time.
0 commit comments