Set vim navigation for Tmux/i3wm

This commit is contained in:
Damien Broqua 2020-06-15 16:03:58 +02:00
parent cf06732333
commit 1d939e3f99
2 changed files with 17 additions and 11 deletions

View file

@ -14,6 +14,12 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
# Theme
set -g @plugin "arcticicestudio/nord-tmux"
# Vim mod
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
# Highlight the active window in the status bar.
set-window-option -g window-status-current-bg cyan
set-window-option -g window-status-current-fg black