some vim setup

This commit is contained in:
Noah Masur
2020-07-31 00:02:41 -04:00
parent 3949f763f4
commit 26fb22f1b5
5 changed files with 2729 additions and 8 deletions

View File

@ -14,6 +14,9 @@ bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
# Split out pane
bind b break-pane
# Copy mode works as Vim
bind Escape copy-mode
bind C-[ copy-mode