summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-06 00:59:40 +0100
committerhut <hut@lavabit.com>2010-01-06 00:59:40 +0100
commitb595639f3be05ea81fb95cafa0000d3c8a99d722 (patch)
tree62c27c95ff5b4de442f0e9016d1f3afffb58d566
parentecd1ced9c763113b9a044ad91ffa730b1f63264e (diff)
downloadranger-b595639f3be05ea81fb95cafa0000d3c8a99d722.tar.gz
help: extended
-rw-r--r--ranger/help/index.py6
-rw-r--r--ranger/help/movement.py28
2 files changed, 28 insertions, 6 deletions
diff --git a/ranger/help/index.py b/ranger/help/index.py
index c740fed0..0f5d8727 100644
--- a/ranger/help/index.py
+++ b/ranger/help/index.py
@@ -8,9 +8,9 @@
 
 	|0?|	This index
 	|1?|	Basic movement and browsing
-	|2?|	Running Files
-	|3?|	The console
-	|4?|	File operations
+	|2?|	(Running Files)
+	|3?|	(The console)
+	|4?|	(File operations)
 
 ==============================================================================
 
diff --git a/ranger/help/movement.py b/ranger/help/movement.py
index 2efbfdaa..761e9d75 100644
--- a/ranger/help/movement.py
+++ b/ranger/help/movement.py
@@ -5,6 +5,8 @@
 1.2. Browser control
 1.3. Searching
 1.4. Cycling
+1.5. Bookmarks
+1.6. Mouse usage
 
 ==============================================================================
 1.1. Ranger has similar movement keys as vim:
@@ -72,9 +74,10 @@ special in whatever context you want.
 ==============================================================================
 1.3. Searching
 
-Use "/" to open the search console. Enter a string and press <Enter> to
-search for it in all currently visible files. Pressing "n" will move you
-to the next occurance, "N" to the previous one.
+Use "/" to open the search console. |3?|
+Enter a string and press <Enter> to search for it in all currently
+visible files. Pressing "n" will move you to the next occurance,
+"N" to the previous one.
 
 You can search for more than just strings:
 	TAB	search tagged files
@@ -96,5 +99,24 @@ be reversed.
 	or	reverse order
 
 ==============================================================================
+1.5. Bookmarks
+
+Type "m<key>" to bookmark the current directory. You can re-enter this
+directory by typing "`<key>". <key> can be any letter or digit.
+Each time you jump to a bookmark, the special bookmark at key ` will be set
+to the last directory. So typing "``" gets you back to where you were before.
+
+Note: The ' key is equivalent to `.
+==============================================================================
+
+1.6. Mouse usage
+
+The mouse can be used to quickly enter directories which you point at,
+or to scroll around with the mouse wheel. The implementation of the mouse
+wheel is not stable due to problems with the ncurses library, but "it works
+on my machine".
+
+Clicking into the preview window will usually run the file. |2?|
+==============================================================================
 """
 # vim:tw=78:sw=4:sts=8:ts=8:ft=help
<hut@lavabit.com> 2010-01-14 01:32:49 +0100 committer hut <hut@lavabit.com> 2010-01-14 01:32:49 +0100 main: allow to set flags/mode for directly started files' href='/akspecs/ranger/commit/TODO?h=v1.5.5&id=757e1f5562709d3a625ea9258a3602502577d324'>757e1f55 ^
277ecc9e ^
9983328c ^
33cb688a ^
a1274aba ^
b42eb058 ^
b13518af ^
316ff5a9 ^
fc486c60 ^
b4934e42 ^
2c1d2db0 ^
291ca616 ^
50845f37 ^
039c03ef ^
af6658b3 ^
efe2d7a3 ^
f0df3fa5 ^
a986e2bd ^

3fe38754 ^

6a8d5d23 ^
aad61455 ^
7a268c8b ^

efdc7b16 ^
1f62d7db ^
c776804d ^
4be8b401 ^



d955e3f0 ^
75013dc7 ^
67bb838c ^
a808a661 ^
bba8d293 ^
2a64495f ^
5e449699 ^
fc486c60 ^
c5450bd1 ^
7b04e507 ^
87db0130 ^
dd4a4145 ^
8f2f1767 ^
db1721dd ^
aea5cf92 ^
b624bd94 ^
69d1220f ^
bd8ef764 ^
9207e83c ^
c776804d ^
75d98c66 ^
6f43de0a ^




fca1fc4f ^
f70ee6b2 ^
0db4c9b2 ^
b2d63ef5 ^
291ca616 ^
d994d0d6 ^
01c89bb5 ^
c776804d ^
66c5bb93 ^
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