about summary refs log tree commit diff stats
path: root/code
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-20 19:22:14 +0200
committerhut <hut@lavabit.com>2009-07-20 21:11:16 +0200
commitc50c22e436613a86a76028a01ab3924e4abf3f1e (patch)
tree737294ff402d3add30310cfde8b76bee6ed3cd05 /code
parent079e301a629e076626361b0efb81839bc338737b (diff)
downloadranger-c50c22e436613a86a76028a01ab3924e4abf3f1e.tar.gz
[gR] goes to the directory where ranger is located
Diffstat (limited to 'code')
-rw-r--r--code/keys.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/code/keys.rb b/code/keys.rb
index 4d3cbbaa..d7d2545f 100644
--- a/code/keys.rb
+++ b/code/keys.rb
@@ -191,6 +191,11 @@ module Fm
 		when 'gs'
 			remember_dir
 			enter_dir('/srv')
+
+		when 'gR'
+			remember_dir
+			enter_dir( MYDIR )
+
 		## }}}
 
 		when 'G'
g> 2020-03-12 02:59:04 +0530 Revert "Move README from org file to markdown"' href='/andinus/cetus/commit/README.org?h=v0.6.3&id=a0d936354801a0ba4c03d840ec086251d4c461ac'>a0d9363 ^
a7e66bc ^

16bcb7f ^








03197e4 ^
16bcb7f ^




















50871fc ^

16842fa ^



50871fc ^















16842fa ^


50871fc ^






3326769 ^



50871fc ^





f0a905d ^
b34b873 ^


a7e66bc ^


b34b873 ^

17ca26f ^
bfa2918 ^
6849d7f ^
b34b873 ^
f755d1d ^

7552361 ^
72441e4 ^


7552361 ^
f755d1d ^










16bcb7f ^

f755d1d ^
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123