diff options
Diffstat (limited to '.config')
| -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 |
