diff options
author | hut <hut@lavabit.com> | 2009-07-24 02:10:05 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-24 02:10:05 +0200 |
commit | cbda44e7ca9d957dd48b231b7d463e89d5081053 (patch) | |
tree | 06ce04b5eaa8ac0c02a186cf2c9bdfdee2155ada /code/help.rb | |
parent | 3cd5b440d7d7e4714726fa3a68b9724d1bc6d0bc (diff) | |
download | ranger-cbda44e7ca9d957dd48b231b7d463e89d5081053.tar.gz |
implemented #13 (special keys for quick navigation)
Diffstat (limited to 'code/help.rb')
-rw-r--r-- | code/help.rb | 4 |
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 |