mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 22:45:45 +01:00
Make 'showmode' a regexplist to satisfy whiny pansies who can't tolerate seeing -- EX -- in the status line.
This commit is contained in:
@@ -1318,10 +1318,10 @@
|
||||
<tags>'nosmd' 'noshowmode'</tags>
|
||||
<tags>'smd' 'showmode'</tags>
|
||||
<spec>'showmode' 'smd'</spec>
|
||||
<type>boolean</type>
|
||||
<default>on</default>
|
||||
<type>regexplist</type>
|
||||
<default>!^normal$</default>
|
||||
<description>
|
||||
<p>Show the current mode in the command line.</p>
|
||||
<p>Show the current mode in the command line if it matches this expression.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user