find session with C-f
This commit is contained in:
parent
5c8b9f921f
commit
45d450d58f
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@ tmux_conf_theme=powerline
|
||||||
# create new session
|
# create new session
|
||||||
bind C-c new-session
|
bind C-c new-session
|
||||||
|
|
||||||
|
# find session
|
||||||
|
bind C-f command-prompt -p find-session 'switch-client -t %%'
|
||||||
|
|
||||||
# split current window vertically
|
# split current window vertically
|
||||||
bind _ split-window -h
|
bind _ split-window -h
|
||||||
# split current window horizontally
|
# split current window horizontally
|
||||||
|
|
Loading…
Reference in a new issue