diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-08 11:51:07 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-08 16:09:26 +0200 |
| commit | 87756d87cd48e97f07b99504f4a16abebedf6faf (patch) | |
| tree | 7349778abb99a2ce1d8fd206ab12a109378f1ff7 | |
| parent | d8d52f90ffce5db92675c624f32d497d2e15fceb (diff) | |
| download | dotfiles-87756d87cd48e97f07b99504f4a16abebedf6faf.tar.gz dotfiles-87756d87cd48e97f07b99504f4a16abebedf6faf.zip | |
misc(tmux): add key bindings
| -rw-r--r-- | .config/tmux/tmux.conf | 3 |
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 |
