commit - 6788129b3ed9075a2b75d138d22fed5a69890ae3
commit + 65b8b4278fd58ba7233193a25316d5872cd71724
blob - 800650f8788fd156eacef6a2c3f507cc770441f6
blob + 5dc6e47f61380caac38bc91b6d2e4928a7c09841
--- .config/tmux/tmux.conf
+++ .config/tmux/tmux.conf
+set-window-option -g mode-keys vi
+
unbind C-b
set -g prefix C-a
bind C-a send-prefix
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