commit 65b8b4278fd58ba7233193a25316d5872cd71724 from: Andre Mazzotti Bertachini date: Fri Dec 5 19:56:59 2025 UTC Tmux vim binds commit - 6788129b3ed9075a2b75d138d22fed5a69890ae3 commit + 65b8b4278fd58ba7233193a25316d5872cd71724 blob - 800650f8788fd156eacef6a2c3f507cc770441f6 blob + 5dc6e47f61380caac38bc91b6d2e4928a7c09841 --- .config/tmux/tmux.conf +++ .config/tmux/tmux.conf @@ -1,3 +1,5 @@ +set-window-option -g mode-keys vi + unbind C-b set -g prefix C-a bind C-a send-prefix @@ -6,4 +8,9 @@ set -g default-terminal "${TERM}" set-option -g terminal-overrides ",256col:RGB:XT" set -g allow-passthrough on +bind-key h select-pane -L +bind-key j select-pane -D +bind-key k select-pane -U +bind-key l select-pane -R + set-option -g status-style bg=default