mirror of
1
0
Fork 0

find session with C-f

This commit is contained in:
Gregory Pakosz 2012-11-14 21:51:43 +01:00
parent 5c8b9f921f
commit 45d450d58f
1 changed files with 3 additions and 0 deletions

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