blob: fae9598c58b5547d4cf1ecb42404bd3f8964f3df (
plain) (
blame)
1
2
3
4
5
6
7
8pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; fon<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module ranger.defaults.options</title>
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="ranger.html"><font color="#ffffff">ranger</font></a>.<a href="ranger.defaults.html"><font color="#ffffff">defaults</font></a>.options</strong></big></big></font></td
><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>
<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">
<td colspan=3 valign=bottom> <br>
<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="ranger.colorschemes.html">ranger.colorschemes</a><br>
</td><td width="25%" valign=top><a href="ranger.gui.color.html">ranger.gui.color</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>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
<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>colorscheme_overlay</strong> = None<br>
<strong>draw_bookmark_borders</strong> = True<br>
<strong>draw_borders</strong> = False<br>
<strong>flushinput</strong> = True<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>save_console_history</strong> = True<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>
<strong>sort_case_insensitive</strong> = False<br>
<strong>sort_directories_first</strong> = True<br>
<strong>sort_reverse</strong> = False<br>
<strong>update_title</strong> = True</td></tr></table>
</body></html>
|