From 3e962f79e0fc709aabb7dfa3daf50e681b757b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 31 Jul 2024 13:28:51 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(tmux):=20change=20n?= =?UTF-8?q?ext=20and=20prev=20window=20keybinding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/tmux/conf/binds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/tmux/conf/binds.conf b/.config/tmux/conf/binds.conf index 1cdc7b3e..dbf9fa28 100644 --- a/.config/tmux/conf/binds.conf +++ b/.config/tmux/conf/binds.conf @@ -20,8 +20,8 @@ bind c new-window -c "#{pane_current_path}" bind-key C command-prompt -p "Name of new window: " "new-window -c '#{pane_current_path}' -n '%%'" # Move to the next and prev window -bind ] next-window -bind [ previous-window +bind-key l next-window +bind-key h previous-window # Swap windows bind -r "<" swap-window -d -t -1