about summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-17 23:54:31 +0100
committerhut <hut@lavabit.com>2013-02-17 23:55:18 +0100
commit04ec3e360f54d0cdcadbc40896452cdb266b51de (patch)
treea2b659d560a343ebac24d721102f6939d74ece24 /doc/ranger.pod
parent7873a7cf96be9106836d76227f535f168839ad8b (diff)
downloadranger-04ec3e360f54d0cdcadbc40896452cdb266b51de.tar.gz
doc/ranger.1: added :travel to man page
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod9
1 files changed, 9 insertions, 0 deletions
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.
n class='oid'>3350c34a ^
20d6be52 ^


3350c34a ^
20d6be52 ^

535fe9ac ^
82171a0f ^
535fe9ac ^

82171a0f ^
3350c34a ^












82171a0f ^
3350c34a ^

82171a0f ^
3350c34a ^








82171a0f ^
3350c34a ^

82171a0f ^
3350c34a ^


20d6be52 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106