diff options
author | hut <hut@lavabit.com> | 2013-02-17 23:54:31 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-02-17 23:55:18 +0100 |
commit | 04ec3e360f54d0cdcadbc40896452cdb266b51de (patch) | |
tree | a2b659d560a343ebac24d721102f6939d74ece24 | |
parent | 7873a7cf96be9106836d76227f535f168839ad8b (diff) | |
download | ranger-04ec3e360f54d0cdcadbc40896452cdb266b51de.tar.gz |
doc/ranger.1: added :travel to man page
-rw-r--r-- | doc/ranger.1 | 8 | ||||
-rw-r--r-- | doc/ranger.pod | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 9591b14e..f8f487ff 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -730,6 +730,7 @@ ranger. For your convenience, this is a list of the \*(L"public\*(R" commands i \& terminal \& tmap key command \& touch filename +\& travel pattern \& tunmap keys... \& unmap keys... \& unmark pattern @@ -930,6 +931,13 @@ Binds keys for the taskview. Works like the \f(CW\*(C`map\*(C'\fR command. .IP "touch \fIfilename\fR" 2 .IX Item "touch filename" Creates an empty file with the name \fIfilename\fR, unless it already exists. +.IP "travel \fIpattern\fR" 2 +.IX Item "travel pattern" +Filters the current directory for files containing the letters in the +string, possibly with other letters in between. The filter is applied as +you type. When only one directory is left, it is entered and the console +is automatially reopened, allowing for fast travel. +To close the console, press \s-1ESC\s0 or execute a file. .IP "tunmap [\fIkeys ...\fR]" 2 .IX Item "tunmap [keys ...]" Removes key mappings of the taskview. Works like the \f(CW\*(C`unmap\*(C'\fR command. diff --git a/doc/ranger.pod b/doc/ranger.pod index c7d2360e..7726d79b 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -727,6 +727,7 @@ ranger. For your convenience, this is a list of the "public" commands including terminal tmap key command touch filename + travel pattern tunmap keys... unmap keys... unmark pattern @@ -966,6 +967,14 @@ Binds keys for the taskview. Works like the C<map> command. Creates an empty file with the name I<filename>, unless it already exists. +=item travel I<pattern> + +Filters the current directory for files containing the letters in the +string, possibly with other letters in between. The filter is applied as +you type. When only one directory is left, it is entered and the console +is automatially reopened, allowing for fast travel. +To close the console, press ESC or execute a file. + =item tunmap [I<keys ...>] Removes key mappings of the taskview. Works like the C<unmap> command. |