From 45d450d58fa3891d7398bb012721d5e5d7cf1561 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Wed, 14 Nov 2012 21:51:43 +0100 Subject: [PATCH] find session with C-f --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 3a66be9..cca5bd1 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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