From 87756d87cd48e97f07b99504f4a16abebedf6faf Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Mon, 8 Jun 2026 11:51:07 +0200 Subject: misc(tmux): add key bindings --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 9f08601..e8c995a 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -24,6 +24,9 @@ bind-key C-space send-prefix bind-key -T root M-: command-prompt bind-key -T root M-M choose-tree +bind-key -T root M-Q kill-session +bind-key -T root M-C detach-client + bind-key -T root M-T new-window bind-key -T root M-N next-window bind-key -T root M-B previous-window -- cgit v1.3.1