summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-09 21:03:34 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-09 21:03:34 +0200
commit666ca8a5a6f5746f461144990632efe43ba76270 (patch)
tree84b577b27f8ea178a9f678b45c623407be6b82f4 /.config
parent9f2921da8b58ae206c07132cc1673281ce7283f1 (diff)
downloaddotfiles-666ca8a5a6f5746f461144990632efe43ba76270.tar.gz
dotfiles-666ca8a5a6f5746f461144990632efe43ba76270.zip
misc(tmux): add key binding
Diffstat (limited to '.config')
-rw-r--r--.config/tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 557c8b0..e23e1c2 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -27,6 +27,7 @@ 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-{ copy-mode
bind-key -T root M-Q kill-session
bind-key -T root M-C detach-client