joinp shortcut

Tue, 04 Jun 2019 14:25:25 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 04 Jun 2019 14:25:25 -0500
changeset 767
0e08061474a8
parent 766
43018d0e439f
child 768
7ed19a36b198

joinp shortcut

.tmux.conf file | annotate | diff | comparison | revisions
--- 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"
 

mercurial