Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > dcb57bc1f616cf3a8072df2efbbf2767 > files > 84

elinks-0.12-18.mga7.i586.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Configuration directives in exmode</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="The ELinks Manual"><link rel="up" href="ch12.html" title="Chapter 12. The tale of ex-mode"><link rel="prev" href="ch12.html" title="Chapter 12. The tale of ex-mode"><link rel="next" href="ch12s03.html" title="Actions in exmode - or exmode in action?"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Configuration directives in exmode</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch12.html">Prev</a> </td><th width="60%" align="center">Chapter 12. The tale of ex-mode</th><td width="20%" align="right"> <a accesskey="n" href="ch12s03.html">Next</a></td></tr></table><hr></div><div class="section" title="Configuration directives in exmode"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idp6813824"></a>Configuration directives in exmode</h2></div></div></div><p>There aren't many of these, so we can skim through them fast.</p><p>If you want to flip an option you know by name and refuse to engage with the
option manager visuals, you can just drop in to the ex-mode and type <span class="emphasis"><em>set
the.option = 1234</em></span>. See man elinks.conf (5) or the options manager for the
list of options; you can also get a complete options tree saved to elinks.conf
if you set <span class="emphasis"><em>config.saving_style</em></span> = 2 (but do <span class="strong"><strong>NOT</strong></span> keep that setting unless
you know what are you doing; if we change a default value of some option in
future releases, we (generally) know what are we doing - this change won't
propagate to you during an upgrade if you already have the original default
value saved in your configuration file, though).</p><p>It's the same story with keybindings. You can use <span class="emphasis"><em>bind "main" "h" =
"move-cursor-left"</em></span>. It's not the same story with keybindings documentation.
There is the elinkskeys (5) manual page but it's horribly obsolete, so don't
rely on it. You can refer to the keybindings manager for names of actions and
even their short descriptions. Also, all the <span class="emphasis"><em>bind</em></span> commands are saved to the
configuration file if you set config.saving_style = 2 (but see above).</p><p>You can also use <span class="emphasis"><em>include my.conf</em></span>, which will read my.conf as an ELinks
configuration file.</p><p>Actually, ELinks would eat <span class="emphasis"><em>#blahblah blah</em></span> too, if you see a point in feeding
it that kind of stuff.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch12.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch12.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch12s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 12. The tale of ex-mode </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Actions in exmode - or exmode in action?</td></tr></table></div></body></html>