dot_config/.tmux.conf

7 lines
229 B
Plaintext

set -g default-terminal 'screen-256color'
#attempt to navigate panes like vim
bind -r h select-pane -L # move left
bind -r j select-pane -D # move down
bind -r k select-pane -U # move up
bind -r l select-pane -R # move right