Ranger: config update to 1.6.

master
Pierre Neidhardt 2013-02-23 15:54:10 +01:00
parent 7876663de6
commit eb4b20cce6
2 changed files with 6 additions and 25 deletions

View File

@ -1,25 +0,0 @@
# -*- 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.
# ===================================================================
# 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 = 'default'
# Display the directory name in tabs?
dirname_in_tabs = True

View File

@ -32,6 +32,12 @@ map <F7> console mkdir
map <F8> console delete seriously?
map <F10> exit
# ===================================================================
# == Personal options
# ===================================================================
set dirname_in_tabs true
# ===================================================================
# == Personal shorcuts
# ===================================================================