Open text files with neovide

This commit is contained in:
Emmet 2024-10-11 20:09:06 -05:00
parent 18cca08356
commit bfa4966bc1

View file

@ -65,6 +65,7 @@ ext x?html?, has w3m, terminal = w3m "$@"
# Misc
#-------------------------------------------
# Define the "editor" for text files as first action
mime ^text, has neovide, X, flag f = neovide "$@"
ext org, has emacsclient, X, flag f = emacsclient -c "$@"
mime ^text, has emacsclient, X, flag f = emacsclient -c "$@"