summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-18 01:00:28 +0100
committerhut <hut@lavabit.com>2013-02-18 01:01:07 +0100
commitbfafcaacd6329deddd2a671cc177105699302da3 (patch)
treeee6defc2317c69d0ad394cea3b7fcf05209dc9cc /doc/ranger.pod
parentde9e10c902596e5879c0622a276665eb5b28d7a9 (diff)
downloadranger-bfafcaacd6329deddd2a671cc177105699302da3.tar.gz
ranger.1: added missing docs of settings
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index ff920884..0d8ef01e 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -601,6 +601,10 @@ Preview directories in the preview column?
 
 Preview files in the preview column?
 
+=item preview_images [bool]
+
+Draw images inside the console with the external program w3mimgpreview?
+
 =item preview_script [string, none]
 
 Which script should handle generating previews?  If the file doesn't exist, or
@@ -651,7 +655,12 @@ Reverse the order of files?
 Which sorting mechanism should be used?  Choose one of B<atime>, B<basename>,
 B<ctime>, B<mtime>, B<natural>, B<type>, B<size>
 
-Note: You can reverse the order by using an uppercase O in the key combination.
+Note: You can reverse the order by typing an uppercase second letter in the key
+combination, e.g. "oN" to sort from Z to A.
+
+=item status_bar_on_top [bool]
+
+Put the status bar at the top of the window?
 
 =item tilde_in_titlebar [bool]
 
n169' href='#n169'>169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243