From a9b731e62733a25b46a4fe58ec2aef1ebfd38d1c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 24 Aug 2014 13:45:29 -0700 Subject: [PATCH] Add shortcut for switching tmux windows to .tmux.conf. --- dotfiles/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 72c22bba..018a052a 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -4,7 +4,7 @@ bind-key C-b send-prefix set-option -g status on bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'" -bind-key ^ command-prompt -p "swap window:" "swap-pane -s '%%' -t '%%'" +bind-key ^ command-prompt -p "swap window:,with window:" "swap-window -s %1 -t %2" set-option -g status-fg colour255