about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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):
/danisanti/profani-tty/commit/src/tools/tinyurl.h?id=f9737251a68da0a815dffd8d10a575cfea8539c3'>f9737251 ^
0d9c300b ^

ba11e88d ^


fe519410 ^

a16a7171 ^
00170984 ^
ba11e88d ^

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