# -*- coding: utf-8 -*- # Copyright (C) 2009, 2010, 2011 Roman Zimbelmann # 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. # =================================================================== # from ranger.api.options import * # Which colorscheme to use? These colorschemes are available by default: # default, default88, jungle, snow # Snow is monochrome and default88 uses 88 colors. colorscheme = 'default88' # Display the directory name in tabs? dirname_in_tabs = True