summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-08 11:51:07 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-08 16:09:26 +0200
commit87756d87cd48e97f07b99504f4a16abebedf6faf (patch)
tree7349778abb99a2ce1d8fd206ab12a109378f1ff7
parentd8d52f90ffce5db92675c624f32d497d2e15fceb (diff)
downloaddotfiles-87756d87cd48e97f07b99504f4a16abebedf6faf.tar.gz
dotfiles-87756d87cd48e97f07b99504f4a16abebedf6faf.zip
misc(tmux): add key bindings
-rw-r--r--.config/tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
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