about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/defaults/rifle.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/defaults/rifle.conf b/ranger/defaults/rifle.conf
index cd3f8685..08a2c21a 100644
--- a/ranger/defaults/rifle.conf
+++ b/ranger/defaults/rifle.conf
@@ -71,6 +71,8 @@ ext x?html?, has w3m,             terminal = w3m -- "$@"
 # Define the "editor" for text files as first action
 mime ^text,      label editor = "$EDITOR" -- "$@"
 ext xml|csv|tex, label editor = "$EDITOR" -- "$@"
+mime ^text,      label pager  = "$PAGER" -- "$@"
+ext xml|csv|tex, label pager  = "$PAGER" -- "$@"
 
 ext 1                         = man "$1"
 ext s[wmf]c, has zsnes, X     = zsnes "$1"