tmux nav changes, vim-commentary binding

This commit is contained in:
2022-10-03 17:36:30 -04:00
parent 1566502bac
commit a80f48d86f
3 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,10 @@ unbind '"'
unbind %
bind | split-window -h
bind - split-window -v
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
# DON'T paste this line in, if you DON'T want vim keybindings
# Set tmux mode to vi (default is emac)