From faba5b353030529710cfa0b0cb01546e6b1e1692 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sun, 31 Mar 2024 02:00:59 +0300 Subject: [PATCH] tmux mappings ref --- home/user/.config/tmux/mappings.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index 3e67e8f..d308c16 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -26,8 +26,8 @@ bind -n M-j select-pane -D bind -n M-k select-pane -U # Windows navigation -bind -n C-M-h previous-window -bind -n C-M-l next-window +bind -n M-p previous-window +bind -n M-n next-window bind -n M-Tab last-window bind -n M-1 new-window -n 1 -S