🔧 refactor(fish): Add SUDO_EDITOR
This commit is contained in:
parent
339b74f140
commit
a923679f40
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ set -gx HACK "$HOME/hackin"
|
||||||
# Editor.
|
# Editor.
|
||||||
set -gx EDITOR nvim
|
set -gx EDITOR nvim
|
||||||
set -gx VISUAL "$EDITOR"
|
set -gx VISUAL "$EDITOR"
|
||||||
|
set -gx SUDO_EDITOR "$EDITOR"
|
||||||
|
|
||||||
# Use vi key bindings.
|
# Use vi key bindings.
|
||||||
set -g fish_key_bindings fish_vi_key_bindings
|
set -g fish_key_bindings fish_vi_key_bindings
|
||||||
|
|
Loading…
Reference in a new issue