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

@ -7,7 +7,7 @@ if status --is-interactive
set DOTS (dirname $FISH_DIR)
set PROJ (dirname $DOTS)
set PATH $PATH /usr/local/bin ~/.local/bin $DOTS/bin ~/.cargo/bin
set CDPATH . $HOME $PROJ $DOTS
set CDPATH . $HOME $PROJ
# Use `vi` in the shell with cursor shapes
fish_vi_key_bindings