added the '<prefix> + Shift + Tab' binding to move to the last session
This commit is contained in:
parent
05d73a54ed
commit
b3915221f8
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@ bind C-c new-session
|
||||||
# find session
|
# find session
|
||||||
bind C-f command-prompt -p find-session 'switch-client -t %%'
|
bind C-f command-prompt -p find-session 'switch-client -t %%'
|
||||||
|
|
||||||
|
# session navigation
|
||||||
|
bind BTab switch-client -l # move to last session
|
||||||
|
|
||||||
# split current window horizontally
|
# split current window horizontally
|
||||||
bind - split-window -v
|
bind - split-window -v
|
||||||
# split current window vertically
|
# split current window vertically
|
||||||
|
|
Loading…
Reference in a new issue