Add nvim to rifle (preferred to vim)

This commit is contained in:
Talia 2021-07-05 09:29:17 +02:00
parent 841a3d8522
commit 9fad9dc4a1
1 changed files with 1 additions and 0 deletions

View File

@ -226,4 +226,5 @@ mime application/x-executable = "$1"
# For the custom "view" ranger command # For the custom "view" ranger command
label view, ext md|tex = zread "$@" label view, ext md|tex = zread "$@"
label view, has nvim, mime ^text = nvim -- "$@"
label view, mime ^text = vim -RM -- "$@" label view, mime ^text = vim -RM -- "$@"