set neovim to shell editor

This commit is contained in:
Noah Masur 2020-11-23 21:30:24 -05:00
parent 87b3355ebc
commit ac024f83c2

View File

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