mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:52:29 +01:00
added stal=0 reference to guioptions help
This commit is contained in:
2
Donators
2
Donators
@@ -25,5 +25,5 @@
|
|||||||
* Ben Klemens
|
* Ben Klemens
|
||||||
* Andrew Pantyukhin
|
* Andrew Pantyukhin
|
||||||
|
|
||||||
I want to say a big <b>THANK YOU</b> for all people which supported this project in this way.
|
I want to say a big <b>THANK YOU</b> to all people which supported this project in this way.
|
||||||
</pre>
|
</pre>
|
||||||
|
|||||||
@@ -493,7 +493,8 @@ vimperator.Options = function () //{{{
|
|||||||
"<li><b>m</b>: menubar</li>" +
|
"<li><b>m</b>: menubar</li>" +
|
||||||
"<li><b>T</b>: toolbar</li>" +
|
"<li><b>T</b>: toolbar</li>" +
|
||||||
"<li><b>b</b>: bookmark bar</li>" +
|
"<li><b>b</b>: bookmark bar</li>" +
|
||||||
"</ul>",
|
"</ul>" +
|
||||||
|
"You can also hide the tab bar with <code class='command'>:set showtabline=0</code>.",
|
||||||
setter: function (value) { setGuiOptions(value); },
|
setter: function (value) { setGuiOptions(value); },
|
||||||
defaultValue: "",
|
defaultValue: "",
|
||||||
validator: function (value) { return !/[^mTb]/.test(value); }
|
validator: function (value) { return !/[^mTb]/.test(value); }
|
||||||
|
|||||||
Reference in New Issue
Block a user