⚙️ config(tmux): change the keymaps of next and prev windows because they collide with others when working with neovim

This commit is contained in:
Sergio Laín 2025-03-13 20:08:05 +01:00
parent 2ac0021875
commit 82192c7496
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -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 '%%'"