✨ feat(tmux): add bindings for moving to the next and prev session
This commit is contained in:
parent
ea32c838b1
commit
978bcb889f
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ bind-key C command-prompt -p "Name of new window: " "new-window -c '#{pane_curre
|
|||
bind-key l next-window
|
||||
bind-key h previous-window
|
||||
|
||||
# Move to the next and prev session
|
||||
bind j switch-client -n
|
||||
bind k switch-client -p
|
||||
|
||||
# Swap windows
|
||||
bind -r "<" swap-window -d -t -1
|
||||
bind -r ">" swap-window -d -t +1
|
||||
|
|
Loading…
Add table
Reference in a new issue