default editor

This commit is contained in:
Greg 2024-10-21 21:27:25 +03:00
parent f2683aa87b
commit d669a2f9fd
2 changed files with 2 additions and 1 deletions

View file

@ -3,3 +3,4 @@ if status is-interactive
# Commands to run in interactive sessions can go here
end
set -gx EDITOR nvim

View file

@ -34,7 +34,7 @@ set column_ratios 1,3,4
set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$
# Show hidden files? You can toggle this by typing 'zh'
set show_hidden false
set show_hidden true
# Ask for a confirmation when running the "delete" command?
# Valid values are "always", "never", "multiple" (default)