diff options
author | hut <hut@lavabit.com> | 2009-07-24 03:39:27 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-24 03:39:27 +0200 |
commit | b0486dbfa34005258b882518ea30904a8211a3b0 (patch) | |
tree | 65229c70af2245f287cdfe7346ee222086536794 /ranger.conf | |
parent | b7acb9cdd093dbaf0cbb033d78f91c3bd110a3f6 (diff) | |
download | ranger-b0486dbfa34005258b882518ea30904a8211a3b0.tar.gz |
clean up, explain stuff, handle exceptions
Diffstat (limited to 'ranger.conf')
-rw-r--r-- | ranger.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ranger.conf b/ranger.conf index 63fc5165..9df90ac8 100644 --- a/ranger.conf +++ b/ranger.conf @@ -4,6 +4,9 @@ # options are in this format: Option.<name> = <value> # if an option is not defined, the default value is used. # this file is treated as ruby code, text after # is ignored +# +# all of this is not required!! You can even use an empty +# config file, in which case the defaults will be used. ##-------------------------------------------------- # should all non-ascii characters be replaced with stars? @@ -43,6 +46,11 @@ Option.debug_file = '/tmp/errorlog' Option.confirm_string = "yes I am!" Option.confirm = true +# what to search for with the n-key? You can specify it later with +# [f*] or [/], but I need a default value. Use one of: +# :ctime, :mtime, :size, :handler, :regexp +Option.search_method = :ctime + # these options are obvious Option.bookmark_file = '~/.ranger_bookmarks' Option.show_hidden = false |