diff options
| author | Simen A. W. Olsen <simen@padeia.com> | 2024-11-06 16:25:41 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <simen@padeia.com> | 2024-11-06 16:25:41 +0100 |
| commit | 1151179d09f02e9cf2785a0ca9da623198a8efc8 (patch) | |
| tree | 49f2077c040a535b930717d676c669053a93f3df /.config/tmux | |
| parent | ad1c567a2dcfca71a4fe754a4babb646cb6fab62 (diff) | |
| download | dotfiles-1151179d09f02e9cf2785a0ca9da623198a8efc8.tar.gz dotfiles-1151179d09f02e9cf2785a0ca9da623198a8efc8.zip | |
update everything
Diffstat (limited to '.config/tmux')
| -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 88042e9..ca1ab51 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -27,6 +27,7 @@ bind-key -r i run-shell "tmux neww ~/scripts/tmux-cht.sh" bind-key -r f run-shell "tmux neww twm" bind-key -r F run-shell "tmux neww twm -l" bind-key -r e run-shell "tmux switch -t $TWM_DEFAULT" +bind X confirm-before kill-session # Smart pane switching with awareness of Vim splits. # See: https://github.com/christoomey/vim-tmux-navigator |
