--- 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"