summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-17 23:54:20 +0100
committerhut <hut@lavabit.com>2013-02-17 23:54:20 +0100
commit7873a7cf96be9106836d76227f535f168839ad8b (patch)
tree9038056529a1f8f593bd9f0df3d3d59f27af2b61
parent279a30238aa47f2bd37abcb40ecb907004e4bd8c (diff)
downloadranger-7873a7cf96be9106836d76227f535f168839ad8b.tar.gz
config/commands: update docstring of :travel
-rw-r--r--ranger/config/commands.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py
index 4c3b3bac..5f6c6b2b 100644
--- a/ranger/config/commands.py
+++ b/ranger/config/commands.py
@@ -1060,9 +1060,11 @@ class travel(Command):
     """
     :travel <string>
 
-    Displays only the files which contain <string> in their basename.
-    Unlike :narrow, this leaves open the console so you can travel faster
-    from directory to directory.
+    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.
     """
 
     def execute(self):
fb4e1a798aca48a53739f5bb2649191bc1c'>650a1fb ^
dbf7e03 ^



1076f2b



5d3fd37 ^

a2d56f6 ^
05a618b ^

1076f2b
650a1fb ^
1076f2b
8b59083 ^
1076f2b

4d55eee ^
db876f9 ^
dbf7e03 ^

4d55eee ^






dbf7e03 ^

4d55eee ^
dbf7e03 ^
4d55eee ^


dbf7e03 ^
4d55eee ^

dbf7e03 ^

4d55eee ^



dc5c070 ^

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