⚙️ config(tmux): change the keymaps of next and prev windows because they collide with others when working with neovim
This commit is contained in:
parent
2ac0021875
commit
82192c7496
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ bind-key C command-prompt -p "Enter window name:" "new-window -n '%%'"
|
|||
bind-key l next-window
|
||||
bind-key h previous-window
|
||||
|
||||
bind-key -n M-l next-window
|
||||
bind-key -n M-h previous-window
|
||||
bind-key -n C-M-l next-window
|
||||
bind-key -n C-M-h previous-window
|
||||
|
||||
# Change window name
|
||||
bind-key r command-prompt -I "#W" "rename-window '%%'"
|
||||
|
|
Loading…
Add table
Reference in a new issue