diff options
author | hut <hut@lavabit.com> | 2010-03-24 14:05:08 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-03-24 14:05:08 +0100 |
commit | 55435343b142c424619e3072475ca8b3366d109c (patch) | |
tree | 55c5ba8d815bd2d4cfca2086dba998eaebb83067 /doc/pydoc/ranger.defaults.options.html | |
parent | efbde17048b14d43895e4cf91e798fb97702b68f (diff) | |
parent | 0a16f0da970ae344f0094767c08995dd63f616cb (diff) | |
download | ranger-55435343b142c424619e3072475ca8b3366d109c.tar.gz |
Merge branch 'master' into newkey
Conflicts: ranger/api/keys.py ranger/container/commandlist.py ranger/core/actions.py ranger/defaults/keys.py ranger/gui/ui.py ranger/gui/widgets/browserview.py
Diffstat (limited to 'doc/pydoc/ranger.defaults.options.html')
-rw-r--r-- | doc/pydoc/ranger.defaults.options.html | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/doc/pydoc/ranger.defaults.options.html b/doc/pydoc/ranger.defaults.options.html index ce9c7ec7..76e7089d 100644 --- a/doc/pydoc/ranger.defaults.options.html +++ b/doc/pydoc/ranger.defaults.options.html @@ -10,8 +10,20 @@ ><td align=right valign=bottom ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/hut/ranger/ranger/defaults/options.py">/home/hut/ranger/ranger/defaults/options.py</a></font></td></tr></table> <p><tt>This is the default configuration file of ranger.<br> -If you do any changes, make sure the import-line stays<br> -intact and the type of the value stays the same.</tt></p> + <br> +There are two ways of customizing ranger. The first and recommended<br> +method is creating a file at ~/.ranger/options.py and adding<br> +those lines you want to change. It might look like this:<br> + <br> +from ranger.api.options import *<br> +preview_files = False # I hate previews!<br> +max_history_size = 2000 # I can afford it.<br> + <br> +The other way is directly editing this file. This will make upgrades<br> +of ranger more complicated though.<br> + <br> +Whatever you do, make sure the import-line stays intact and the type<br> +of the values stay the same.</tt></p> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#aa55cc"> @@ -19,10 +31,9 @@ intact and the type of the value stays t <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> <tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td> -<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="colorschemes.default.html">colorschemes.default</a><br> -</td><td width="25%" valign=top><a href="ranger.colorschemes.html">ranger.colorschemes</a><br> +<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="ranger.colorschemes.html">ranger.colorschemes</a><br> </td><td width="25%" valign=top><a href="re.html">re</a><br> -</td><td width="25%" valign=top></td></tr></table></td></tr></table><p> +</td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#55aa55"> <td colspan=3 valign=bottom> <br> @@ -31,13 +42,18 @@ intact and the type of the value stays t <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> <td width="100%"><strong>autosave_bookmarks</strong> = True<br> <strong>collapse_preview</strong> = True<br> +<strong>colorscheme</strong> = 'default'<br> <strong>directories_first</strong> = True<br> +<strong>draw_borders</strong> = False<br> <strong>flushinput</strong> = True<br> -<strong>hidden_filter</strong> = <_sre.SRE_Pattern object at 0xf84030><br> +<strong>hidden_filter</strong> = <_sre.SRE_Pattern object><br> +<strong>max_filesize_for_preview</strong> = 307200<br> <strong>max_history_size</strong> = 20<br> +<strong>preview_directories</strong> = True<br> <strong>preview_files</strong> = True<br> <strong>reverse</strong> = False<br> <strong>scroll_offset</strong> = 2<br> +<strong>shorten_title</strong> = 3<br> <strong>show_cursor</strong> = False<br> <strong>show_hidden</strong> = False<br> <strong>sort</strong> = 'basename'<br> |