1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-09 10:01:12 +00:00

set neovim to shell editor

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

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