1
0
Fork 0
mirror of synced 2024-05-28 21:01:09 -04:00

find session with C-f

This commit is contained in:
Gregory Pakosz 2012-11-14 21:51:43 +01:00
parent 5c8b9f921f
commit 45d450d58f

View file

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