default editor
This commit is contained in:
parent
f2683aa87b
commit
d669a2f9fd
2 changed files with 2 additions and 1 deletions
|
@ -3,3 +3,4 @@ if status is-interactive
|
|||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
||||
set -gx EDITOR nvim
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue