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