ranger.defaults.options
index
../../ranger/defaults/options.py

# -*- coding: utf-8 -*-
# Copyright (C) 2009, 2010, 2011  Roman Zimbelmann <romanz@lavabit.com>
# This configuration file is licensed under the same terms as ranger.
# ===================================================================
# This is the main configuration file of ranger.  It consists of python
# code, but fear not, you don't need any python knowledge for changing
# the settings.
#
# Lines beginning with # are comments.  To enable a line, remove the #.
#
# You can customize ranger in the file ~/.config/ranger/options.py.
# It has the same syntax as this file.  In fact, you can just copy this
# file there with `ranger --copy-config=options' and make your modifications.
# But make sure you update your configs when you update ranger.
# ===================================================================

 
Modules
       
ranger.api.apps
ranger.gui.color
ranger.api.commands
re

 
Data
        autosave_bookmarks = True
autoupdate_cumulative_size = False
collapse_preview = True
colorscheme = 'default'
colorscheme_overlay = None
column_ratios = (1, 3, 4)
dirname_in_tabs = False
display_size_in_main_column = True
display_size_in_status_bar = False
display_tags_in_all_columns = True
draw_bookmark_borders = True
draw_borders = False
flushinput = True
hidden_filter = <_sre.SRE_Pattern object>
init_function = None
load_default_rc = True
max_console_history_size = 50
max_history_size = 20
mouse_enabled = True
padding_right = True
preview_directories = True
preview_files = True
preview_script = '~/.config/ranger/scope.sh'
save_console_history = True
scroll_offset = 8
shorten_title = 3
show_cursor = False
show_hidden = False
show_hidden_bookmarks = True
sort = 'natural'
sort_case_insensitive = True
sort_directories_first = True
sort_reverse = False
tilde_in_titlebar = True
unicode_ellipsis = False
update_title = True
use_preview_script = True
xterm_alt_key = False