about summary refs log tree commit diff stats
path: root/code/help.rb
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-24 02:10:05 +0200
committerhut <hut@lavabit.com>2009-07-24 02:10:05 +0200
commitcbda44e7ca9d957dd48b231b7d463e89d5081053 (patch)
tree06ce04b5eaa8ac0c02a186cf2c9bdfdee2155ada /code/help.rb
parent3cd5b440d7d7e4714726fa3a68b9724d1bc6d0bc (diff)
downloadranger-cbda44e7ca9d957dd48b231b7d463e89d5081053.tar.gz
implemented #13 (special keys for quick navigation)
Diffstat (limited to 'code/help.rb')
-rw-r--r--code/help.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/help.rb b/code/help.rb
index c514fc4c..ed452d9b 100644
--- a/code/help.rb
+++ b/code/help.rb
@@ -125,10 +125,10 @@ module Fm
 
 	key:f
 	/<expr>    Search for a "regular expression"
-	f<expr>    Like / but enters/runs the first non-ambiguous match
+	fr<expr>   Like / but executes the first non-ambiguous match
 	F<expr>    Shows only files which match the regular expression.
+	f<x>       Walks through the files in a specific order, defined by <x>
 	n or N     goes to the next or previous match.
-	           if you search for nothing, n goes to the newest file.
 
 	What is a regular expression:
 	A very flexible way of defining patterns in text. By writing