diff options
author | hut <hut@lavabit.com> | 2011-10-03 23:55:22 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-03 23:55:22 +0200 |
commit | 6524d00c5ce0d1169645a879fe581ee29d91b33c (patch) | |
tree | 67d54bec315807cbc73e3a7631104f61ea3ebb90 | |
parent | fc0c76f9fa577cb8e5db2ba75963864c6ef67b33 (diff) | |
download | ranger-6524d00c5ce0d1169645a879fe581ee29d91b33c.tar.gz |
defaults/options: changed some default options
-rw-r--r-- | ranger/defaults/options.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py index c9cbf8ad..df478989 100644 --- a/ranger/defaults/options.py +++ b/ranger/defaults/options.py @@ -48,7 +48,7 @@ preview_script = '~/.config/ranger/scope.sh' use_preview_script = True # Use a unicode "..." character to mark cut-off filenames? -unicode_ellipsis = True +unicode_ellipsis = False # Show dotfiles in the bookmark preview box? show_hidden_bookmarks = True @@ -75,7 +75,7 @@ draw_bookmark_borders = True dirname_in_tabs = False # How many columns are there, and what are their relative widths? -column_ratios = (1, 1, 4, 3) +column_ratios = (1, 3, 4) # Enable the mouse support? mouse_enabled = True @@ -121,7 +121,7 @@ autosave_bookmarks = True show_cursor = False # One of: size, basename, mtime, type -sort = 'basename' +sort = 'natural' sort_reverse = False sort_case_insensitive = False sort_directories_first = True |