Compare commits

...

1 Commits

Author SHA1 Message Date
coolneng 22a159ad17
Change n keybinding to next session in tmux 2021-05-29 18:22:26 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -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