diff options
author | hut <hut@lavabit.com> | 2009-07-03 14:16:24 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-03 14:16:24 +0200 |
commit | 01104f4a929dbbf37366f40e5f45227304f3d7d6 (patch) | |
tree | cd62dff6e9015a396c0efa606603110fd30a3014 /ranger.conf | |
parent | 2800fd920b9c400ba178c94c77ae77c999f28849 (diff) | |
download | ranger-01104f4a929dbbf37366f40e5f45227304f3d7d6.tar.gz |
put options where they belong. in a config file
Diffstat (limited to 'ranger.conf')
-rw-r--r-- | ranger.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ranger.conf b/ranger.conf new file mode 100644 index 00000000..ed72113d --- /dev/null +++ b/ranger.conf @@ -0,0 +1,9 @@ +Option.show_hidden = false +Option.sort = :name +Option.dir_first = true +Option.sort_reverse = false +Option.colorscheme = 'default' +Option.wide_bar = true +Option.file_preview = true +Option.preview = true + |