From b107d810437a5b644b0d515c1514641c38bb66f9 Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Mon, 25 Sep 2023 15:28:02 -0600 Subject: [PATCH] Tmux binding for session switching --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index a032600..4ef98ec 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -91,6 +91,9 @@ bind T clock-mode bind-key -n M-0 switch-client -n bind-key -n M-9 switch-client -p +unbind-key w +bind-key w choose-session + # Tmux Keybinds ===================================================== # Reload tmux quickly unbind R