We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7316676 commit b3c5333Copy full SHA for b3c5333
pain_control.tmux
@@ -16,14 +16,14 @@ get_tmux_option() {
16
}
17
18
pane_navigation_bindings() {
19
- tmux bind-key h select-pane -L
20
- tmux bind-key C-h select-pane -L
21
- tmux bind-key j select-pane -D
22
- tmux bind-key C-j select-pane -D
23
- tmux bind-key k select-pane -U
24
- tmux bind-key C-k select-pane -U
25
- tmux bind-key l select-pane -R
26
- tmux bind-key C-l select-pane -R
+ tmux bind-key -r h select-pane -L
+ tmux bind-key -r C-h select-pane -L
+ tmux bind-key -r j select-pane -D
+ tmux bind-key -r C-j select-pane -D
+ tmux bind-key -r k select-pane -U
+ tmux bind-key -r C-k select-pane -U
+ tmux bind-key -r l select-pane -R
+ tmux bind-key -r C-l select-pane -R
27
28
29
window_move_bindings() {
0 commit comments