⚙️ config(tmux): change next and prev window keybinding
This commit is contained in:
parent
88b4b73828
commit
3e962f79e0
1 changed files with 2 additions and 2 deletions
|
@ -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 '%%'"
|
||||
|
||||
# Move to the next and prev window
|
||||
bind ] next-window
|
||||
bind [ previous-window
|
||||
bind-key l next-window
|
||||
bind-key h previous-window
|
||||
|
||||
# Swap windows
|
||||
bind -r "<" swap-window -d -t -1
|
||||
|
|
Loading…
Add table
Reference in a new issue