diff options
-rw-r--r-- | ranger/defaults/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py index 46bca607..d076a96d 100644 --- a/ranger/defaults/options.py +++ b/ranger/defaults/options.py @@ -116,7 +116,7 @@ show_cursor = False # One of: size, basename, mtime, type sort = 'natural' sort_reverse = False -sort_case_insensitive = False +sort_case_insensitive = True sort_directories_first = True # Enable this if key combinations with the Alt Key don't work for you. |