# HG changeset patch # User Meredith Howard # Date 1559676325 18000 # Node ID 0e08061474a8fcba5b865973fcb4ecfb52174512 # Parent 43018d0e439fe725f38138fcdafce90279781067 joinp shortcut diff --git a/.tmux.conf b/.tmux.conf --- a/.tmux.conf +++ b/.tmux.conf @@ -37,6 +37,7 @@ source-file ~/.tmux/screen-keys.conf source-file ~/.tmux/vim-keys.conf bind S choose-session +bind @ choose-window 'join-pane -h -s "%%"' if-shell 'test -e ~/.tmux.conf.local' "source ~/.tmux.conf.local"