1
0

Update home/.config/ranger/rifle.conf

This commit is contained in:
Jeff Lance 2024-04-24 23:04:14 +02:00
parent 8f2ac069e4
commit 757081ece3

View File

@ -140,8 +140,8 @@ mime ^text, ext tex|asy, has texmaker, X, flag f = texmaker -- "$@"
# Define the "editor" for text files as last action # Define the "editor" for text files as last action
mime ^text, label editor = ${VISUAL:-$EDITOR} -- "$@" mime ^text, label editor = ${VISUAL:-$EDITOR} -- "$@"
mime ^text, label pager = "$PAGER" -- "$@" mime ^text, label pager = "$PAGER" -- "$@"
!mime ^text, label editor, ext xml|json|csv|tex|py|pl|rb|js|sh|php|htm|html|xhtml = ${VISUAL:-$EDITOR} -- "$@" !mime ^text, label editor, ext xml|json|lua|csv|tex|py|pl|rb|js|sh|php|htm|html|xhtml = ${VISUAL:-$EDITOR} -- "$@"
!mime ^text, label pager, ext xml|json|csv|tex|py|pl|rb|js|sh|php|htm|html|xhtml = "$PAGER" -- "$@" !mime ^text, label pager, ext xml|json|lua|csv|tex|py|pl|rb|js|sh|php|htm|html|xhtml = "$PAGER" -- "$@"
#------------------------------------------- #-------------------------------------------
# Websites # Websites