summaryrefslogtreecommitdiffstats
path: root/.config/ranger/rifle.conf
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-01-04 23:10:10 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-01-04 23:10:10 -0500
commit4b599e045a1e58b5853eb3ca51d80cc245ce58f9 (patch)
treea1b5eff33ec5fa7f271811088dd4dccf769424af /.config/ranger/rifle.conf
parent3e2471deb6737d5a8111c51451e37eb2745288c8 (diff)
downloadeibhear-4b599e045a1e58b5853eb3ca51d80cc245ce58f9.tar.gz
eibhear-4b599e045a1e58b5853eb3ca51d80cc245ce58f9.tar.zst
eibhear-4b599e045a1e58b5853eb3ca51d80cc245ce58f9.zip
ms (groff_ms) files handled in ranger
Diffstat (limited to '.config/ranger/rifle.conf')
-rw-r--r--.config/ranger/rifle.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf
index 512327f..0854afd 100644
--- a/.config/ranger/rifle.conf
+++ b/.config/ranger/rifle.conf
@@ -226,8 +226,9 @@ label wallpaper, number 13, mime ^image, has feh, X = feh --bg-center "$1"
label wallpaper, number 14, mime ^image, has feh, X = feh --bg-fill "$1"
# Define the editor for non-text files + pager as last action
- !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = ask
-label editor, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = $EDITOR -- "$@"
-label pager, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@"
+ !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php|ms = ask
+label editor, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php|ms = $EDITOR -- "$@"
+label pager, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php|ms = "$PAGER" -- "$@"
ext blend, has blender, X, flag f = blender -- "$@"
+ext ms = $EDITOR -- "$@"