From 746bf59952a1b7761e85eb65ccdbdf7aa815818d Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 1 May 2024 23:31:30 +0300 Subject: [PATCH] feat(tmux): mappings --- home/user/.config/tmux/mappings.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index 981f239..4db28fe 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -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