mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 02:54:40 +02:00
[tmux] add action+m for multi-pane input
This commit is contained in:
parent
6cd41ae45e
commit
a9199e8192
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue