Modify how fzf is loaded; More nvim terminal mode bindings;

Modify EDITOR to equal 'nvim'
This commit is contained in:
mitchell 2020-02-24 16:55:04 -05:00
parent 3ac866096d
commit 8c2bce0ad9
3 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,4 @@
set -gx EDITOR vim
set -gx EDITOR nvim
set -gx GOPATH $HOME/Documents/go
set -gx GOBIN $GOPATH/bin
set -gx DOTNET_ENVIRONMENT Development