find session with C-f

This commit is contained in:
Gregory Pakosz
2013-04-16 15:19:08 +02:00
parent 5c8b9f921f
commit 45d450d58f
+3
View File
@@ -68,6 +68,9 @@ tmux_conf_theme=powerline
# create new session
bind C-c new-session
# find session
bind C-f command-prompt -p find-session 'switch-client -t %%'
# split current window vertically
bind _ split-window -h
# split current window horizontally