From 7c56be4423efa66bc389deddf14f44b35c38497b Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 7 Sep 2023 21:13:02 +0200 Subject: [PATCH] tmux switch pane with alt comma/dot --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index ab0e7a8..3a66fe5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -54,9 +54,9 @@ bind -T naming_table w command-prompt "rename-window '%%'" set -g base-index 1 set-window-option -g pane-base-index 1 -# next window with alt-k, last with alt-j, no prefix needed. -bind -n M-j previous-window -bind -n M-k next-window +# next window with alt-, last with alt-, no prefix needed. +bind -n M-, previous-window +bind -n M-. next-window # tmux modes stuff. we have default mode and copy mode. # change the copy mode key to prefix-N , the default config isnt good for qwertz keyboards.