diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-09 21:03:34 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-09 21:03:34 +0200 |
| commit | 666ca8a5a6f5746f461144990632efe43ba76270 (patch) | |
| tree | 84b577b27f8ea178a9f678b45c623407be6b82f4 /.config/tmux/tmux.conf | |
| parent | 9f2921da8b58ae206c07132cc1673281ce7283f1 (diff) | |
| download | dotfiles-666ca8a5a6f5746f461144990632efe43ba76270.tar.gz dotfiles-666ca8a5a6f5746f461144990632efe43ba76270.zip | |
misc(tmux): add key binding
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 1 |
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 |
