get ctrl h/l left/right working in tmux again
This commit is contained in:
parent
381ab21821
commit
c7593cdae5
2 changed files with 7 additions and 4 deletions
|
|
@ -45,10 +45,10 @@ bind -r C-j swap-pane -D
|
|||
bind -r C-k swap-pane -U
|
||||
bind -r C-l swap-pane -t '{right-of}'
|
||||
|
||||
bind -n C-Left resize-pane -L 5
|
||||
bind -n C-Down resize-pane -D 5
|
||||
bind -n C-Up resize-pane -U 5
|
||||
bind -n C-Right resize-pane -R 5
|
||||
# bind -n C-Left resize-pane -L 5
|
||||
# bind -n C-Down resize-pane -D 5
|
||||
# bind -n C-Up resize-pane -U 5
|
||||
# bind -n C-Right resize-pane -R 5
|
||||
|
||||
# Sessions
|
||||
bind $ command-prompt "rename-session %%"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue