mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Open text files with neovide
This commit is contained in:
parent
18cca08356
commit
bfa4966bc1
|
@ -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 "$@"
|
||||
|
||||
|
|
Loading…
Reference in a new issue