[tmux] add action+m for multi-pane input

This commit is contained in:
Felix Buehler 2018-07-07 12:06:52 +02:00
parent 6cd41ae45e
commit a9199e8192

View file

@ -54,6 +54,9 @@ bind -r L resize-pane -R 5
bind-key -r C-h select-window -t :-
bind-key -r C-l select-window -t :+
# shortcut for synchronize-panes toggle
bind m set-window-option synchronize-panes
# Shift arrow to switch windows
bind -n S-Left previous-window
bind -n S-Right next-window