summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2014-12-05 01:39:10 +0100
committerhut <hut@lepus.uberspace.de>2014-12-05 01:39:10 +0100
commitbf6158a1088c7e2bb1f83d6a48c8de3f9c9c88f6 (patch)
tree44e4640132e41e7fa4579bafa997f4f3306f3266 /ranger
parenta4ca7aaacfebec8558b681eef076116ed8cab688 (diff)
downloadranger-bf6158a1088c7e2bb1f83d6a48c8de3f9c9c88f6.tar.gz
doc/ranger.1: added documentation on linemodes and :paper commands
Diffstat (limited to 'ranger')
-rw-r--r--ranger/config/rc.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf
index 9514c55f..12fd2a32 100644
--- a/ranger/config/rc.conf
+++ b/ranger/config/rc.conf
@@ -174,8 +174,9 @@ set show_selection_in_titlebar true
 # increases CPU load.
 set idle_delay 2000
 
-# In the paper manger mode, should ranger try to find the ".paperinfo" file in
-# directories above the current directory?
+# When the paper manager module looks for metadata, should it only look for a
+# ".paperinfo" file in the current directory, or do a deep search and check all
+# directories above the current one as well?
 set papermanager_deep_search false
 
 # ===================================================================