feat(tmux): mappings

This commit is contained in:
thek4n 2024-05-01 23:31:30 +03:00
parent 861e9051ac
commit 746bf59952

View File

@ -65,6 +65,11 @@ bind -n M-j select-pane -D
bind -n M-k select-pane -U
# Sync panes
bind o setw synchronize-panes on
bind O setw synchronize-panes off
# Windows navigation
bind -n M-p previous-window
bind -n M-n next-window