mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
set neovim to shell editor
This commit is contained in:
parent
87b3355ebc
commit
ac024f83c2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user