Add shortcut for switching tmux windows to .tmux.conf.
This commit is contained in:
parent
216f62317c
commit
a9b731e627
@ -4,7 +4,7 @@ bind-key C-b send-prefix
|
|||||||
|
|
||||||
set-option -g status on
|
set-option -g status on
|
||||||
bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'"
|
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
|
set-option -g status-fg colour255
|
||||||
|
Loading…
Reference in New Issue
Block a user