From a2d6a480e4a49f448071ccdd2babb2d377f2e8d2 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 1 Sep 2024 04:25:00 +0300 Subject: [PATCH] Tmux : Remap session switch to <>. --- home/config/tmux/module/Session.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/config/tmux/module/Session.nix b/home/config/tmux/module/Session.nix index 2174b80b..248c468d 100644 --- a/home/config/tmux/module/Session.nix +++ b/home/config/tmux/module/Session.nix @@ -3,8 +3,8 @@ bind -n M-z detach-client bind -n M-Z detach-client -a - bind -n M-( switch-client -p - bind -n M-) switch-client -n + bind -n M-, switch-client -p + bind -n M-. switch-client -n bind -n M-g choose-session -Z set -g window-size smallest