From 7245ee1b5d1712ef5ad5c65f4c859ee04445fb4f Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 1 Aug 2024 21:24:26 +0200 Subject: feat(tmux): rearrange some keybinds --- tmux/tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tmux') 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 % -- cgit v1.2.3