tmux.conf (303B)
1 setw -g mode-keys vi 2 3 bind h select-pane -L 4 bind j select-pane -D 5 bind k select-pane -U 6 bind l select-pane -R 7 8 bind H resize-pane -L 5 9 bind J resize-pane -D 5 10 bind K resize-pane -U 5 11 bind L resize-pane -R 5 12 13 set-option -g default-terminal 'screen-256color' 14 set -g status-fg white 15 set -g status-bg black