From 4c35e7b5f3c255a72e76071ad0e8fa2bfdd3e547 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Mon, 16 Jun 2025 11:19:43 +0200 Subject: [PATCH] chore(tmux): update key bindings for window navigation --- .config/tmux/tmux.conf.d/keybinds.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/tmux/tmux.conf.d/keybinds.conf b/.config/tmux/tmux.conf.d/keybinds.conf index 50ea25b..d6444d0 100644 --- a/.config/tmux/tmux.conf.d/keybinds.conf +++ b/.config/tmux/tmux.conf.d/keybinds.conf @@ -1,7 +1,7 @@ -bind-key w select-pane -U -bind-key a select-pane -L -bind-key s select-pane -D -bind-key d select-pane -R bind-key c detach +bind-key a previous-window +bind-key d next-window +bind-key n new-window + bind-key f set-option -g mouse \; display-message 'Mouse #{?mouse,on,off}' \ No newline at end of file