diff options
| author | pml68 <contact@pml68.me> | 2024-08-01 21:24:26 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-08-01 21:24:26 +0200 |
| commit | 7245ee1b5d1712ef5ad5c65f4c859ee04445fb4f (patch) | |
| tree | 4ccfaf7f4464f1065d059ef07e443586f773cb17 | |
| parent | feat(st): change zoom keymaps (diff) | |
| download | suckless-setup-7245ee1b5d1712ef5ad5c65f4c859ee04445fb4f.tar.gz | |
feat(tmux): rearrange some keybinds
| -rw-r--r-- | tmux/tmux.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index a9a5947..826410f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,8 +1,10 @@ set -g prefix C-a unbind C-b -bind -r n switch-client -n -bind -r p switch-client -p +bind -r n next-window +bind -r p previous-window +bind -r C-n switch-client -n +bind -r C-p switch-client -p bind Q confirm-before -p "Kill session #S? (y/n)" kill-session unbind % |
