Set vim navigation for Tmux/i3wm
This commit is contained in:
parent
cf06732333
commit
1d939e3f99
2 changed files with 17 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue