Change S keybinding to next session in tmux
This commit is contained in:
parent
e2920f3bcd
commit
c5c3bf3ac1
|
@ -47,8 +47,8 @@ unbind &
|
|||
unbind x
|
||||
bind x kill-session
|
||||
|
||||
# switch to last session
|
||||
bind S switch-client -l
|
||||
# switch to next session
|
||||
bind S switch-client -n
|
||||
|
||||
# force a reload of the config file
|
||||
unbind r
|
||||
|
|
Loading…
Reference in New Issue