From 7e79fd72af329fb56bb7e2ca3fae6b8c82fb3f8b Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 17 May 2025 20:07:31 +0200 Subject: [PATCH] addet qwe navigation for quick window access --- tmux.conf | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/tmux.conf b/tmux.conf index cc5f4c3..9033453 100644 --- a/tmux.conf +++ b/tmux.conf @@ -13,16 +13,9 @@ set -g mouse on # Set the prefix key to C-Space instead of default C-b unbind C-b -unbind C-1 -unbind C-2 -unbind C-3 -unbind C-4 -unbind C-5 -unbind C-6 -unbind C-7 -unbind C-8 -unbind C-9 -unbind C-0 +unbind C-q +unbind C-w +unbind C-e # ─< set the prefix to "C-Space" >──────────────────────────────────────────────────────── set -g prefix C-Space @@ -33,15 +26,9 @@ set -g visual-activity on set -g visual-bell on set -g status-keys vi -bind-key -n C-1 select-window -t :1 -bind-key -n C-1 select-window -t :2 -bind-key -n C-3 select-window -t :3 -bind-key -n C-4 select-window -t :4 -bind-key -n C-5 select-window -t :5 -bind-key -n C-1 select-window -t :6 -bind-key -n C-7 select-window -t :7 -bind-key -n C-8 select-window -t :8 -bind-key -n C-9 select-window -t :9 +bind-key -n C-q select-window -t :1 +bind-key -n C-w select-window -t :2 +bind-key -n C-e select-window -t :3 # ─< set v for starting selection in copy mode >────────────────────────────────────────── bind -T copy-mode-vi v send -X begin-selection