fish: Drop use of nvr
This commit is contained in:
parent
0fbd8d256e
commit
47e8843882
1 changed files with 2 additions and 7 deletions
|
@ -8,13 +8,8 @@ bind \cd true
|
|||
export MANPAGER='nvim +Man!'
|
||||
export NIX_SSL_CERT_FILE='/etc/ssl/certs/ca-certificates.crt'
|
||||
|
||||
if [ -n "$NVIM_LISTEN_ADDRESS" ]
|
||||
export VISUAL="nvr"
|
||||
export EDITOR="nvr"
|
||||
else
|
||||
export VISUAL="nvim"
|
||||
export EDITOR="nvim"
|
||||
end
|
||||
export VISUAL="nvim"
|
||||
export EDITOR="nvim"
|
||||
|
||||
fzf_key_bindings
|
||||
|
||||
|
|
Loading…
Reference in a new issue