summary refs log tree commit diff stats
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
parent02afb82787821cb76c502e2b486acddfd84792a1 (diff)
downloadranger-1c456c9312e1e4268228ac827bbd4d522c714a41.tar.gz
defaults.options: slight rearranging
-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