summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-27 00:58:37 +0200
committerhut <hut@lavabit.com>2010-04-27 00:58:37 +0200
commit1c456c9312e1e4268228ac827bbd4d522c714a41 (patch)
tree689bdf1ab21aaf1f6ab90c353a1d7eb3a752fc79 /ranger
parent02afb82787821cb76c502e2b486acddfd84792a1 (diff)
downloadranger-1c456c9312e1e4268228ac827bbd4d522c714a41.tar.gz
defaults.options: slight rearranging
Diffstat (limited to 'ranger')
-rw-r--r--ranger/defaults/options.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py
index 9fb9d728..ac074e1c 100644
--- a/ranger/defaults/options.py
+++ b/ranger/defaults/options.py
@@ -108,6 +108,10 @@ sort_reverse = False
 sort_case_insensitive = False
 sort_directories_first = True
 
+# Enable this if key combinations with the Alt Key don't work for you.
+# (Especially on xterm)
+xterm_alt_key = False
+
 
 # Apply an overlay function to the colorscheme.  It will be called with
 # 4 arguments: the context and the 3 values (fg, bg, attr) returned by
@@ -127,7 +131,3 @@ def colorscheme_overlay(context, fg, bg, attr):
 
 # The above function was just an example, let's set it back to None
 colorscheme_overlay = None
-
-# Enable this if key combinations with the Alt Key don't work for you.
-# (Especially on xterm)
-xterm_alt_key = False
' href='/danisanti/profani-tty/commit/src/plugins/settings.c?id=a4e6d50a4016fa025f72bf42d3da2d4fe3f4b2dc'>a4e6d50a ^
a3a73cf0 ^
a4e6d50a ^
a3a73cf0 ^

a4e6d50a ^


a3a73cf0 ^
a4e6d50a ^


a3a73cf0 ^

a4e6d50a ^
a3a73cf0 ^
a4e6d50a ^









efeb2fcf ^
a4e6d50a ^








efeb2fcf ^
a4e6d50a ^




e2b02733 ^
efeb2fcf ^
e2b02733 ^










efeb2fcf ^
e2b02733 ^




ce9b0836 ^
efeb2fcf ^
ce9b0836 ^








efeb2fcf ^
ce9b0836 ^




2518aa50 ^
efeb2fcf ^
2518aa50 ^

























b2508be8 ^
efeb2fcf ^
2518aa50 ^

b2508be8 ^
2518aa50 ^



b2508be8 ^

2518aa50 ^

a4e6d50a ^





a3a73cf0 ^



a4e6d50a ^


a3a73cf0 ^

a4e6d50a ^
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186