replace persist_mode_on_change with mode_on_change

supports old persist_mode_on_change functionality or new save/restore mode
This commit is contained in:
Marc Jauvin 2018-01-12 17:05:47 -05:00 committed by GitHub
parent c87d8d0d8f
commit 5dbfff016e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1251,10 +1251,15 @@ tabs.padding:
type: Padding
desc: Padding (in pixels) around text for tabs.
tabs.persist_mode_on_change:
default: false
type: Bool
desc: Stay in insert/passthrough mode when switching tabs.
tabs.mode_on_change:
default: normal
type:
name: String
valid_values:
- persist: "retain the current mode."
- restore: "restore previously saved mode"
- normal: "always revert to normal mode"
desc: When switching tabs, what input mode is applied.
tabs.position:
default: top