⚙️ config(tmux): change next and prev window keybinding

This commit is contained in:
Sergio Laín 2024-07-31 13:28:51 +02:00
parent 88b4b73828
commit 3e962f79e0
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -20,8 +20,8 @@ bind c new-window -c "#{pane_current_path}"
bind-key C command-prompt -p "Name of new window: " "new-window -c '#{pane_current_path}' -n '%%'" bind-key C command-prompt -p "Name of new window: " "new-window -c '#{pane_current_path}' -n '%%'"
# Move to the next and prev window # Move to the next and prev window
bind ] next-window bind-key l next-window
bind [ previous-window bind-key h previous-window
# Swap windows # Swap windows
bind -r "<" swap-window -d -t -1 bind -r "<" swap-window -d -t -1