mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 08:05:48 +01:00
Auto-hide the command-line by default; allow showing messages/mode/command-line in the status bar.
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
backspace.
|
||||
- Supports reverse incremental search.
|
||||
* Multiple Ex commands may now be separated by |
|
||||
* Command-line is now hidden by default. Added C and M to
|
||||
'guioptions'.
|
||||
* IMPORTANT: Plugins are now loaded from the 'plugins/'
|
||||
directory in 'runtimepath' rather than 'plugin/'.
|
||||
* IMPORTANT: 'loadplugins' is now a regexlist option rather than
|
||||
@@ -34,6 +36,7 @@
|
||||
See :help stringlist
|
||||
* IMPORTANT: 'extendedhinttags' is now a regexmap rather than a
|
||||
string.
|
||||
* IMPORTANT: 'guioptions' default value has changed.
|
||||
* Added 'altwildmode' and <A-Tab> commandline key binding.
|
||||
* Added 'autocomplete' option for specifying which completion
|
||||
groups should be auto-completed.
|
||||
|
||||
@@ -28,7 +28,7 @@ const Config = Module("config", ConfigBase, {
|
||||
|
||||
defaults: {
|
||||
complete: "slf",
|
||||
guioptions: "rb",
|
||||
guioptions: "rbC",
|
||||
showtabline: 2,
|
||||
titlestring: "Pentadactyl"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user