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:
parent
c87d8d0d8f
commit
5dbfff016e
@ -1251,10 +1251,15 @@ tabs.padding:
|
|||||||
type: Padding
|
type: Padding
|
||||||
desc: Padding (in pixels) around text for tabs.
|
desc: Padding (in pixels) around text for tabs.
|
||||||
|
|
||||||
tabs.persist_mode_on_change:
|
tabs.mode_on_change:
|
||||||
default: false
|
default: normal
|
||||||
type: Bool
|
type:
|
||||||
desc: Stay in insert/passthrough mode when switching tabs.
|
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:
|
tabs.position:
|
||||||
default: top
|
default: top
|
||||||
|
Loading…
Reference in New Issue
Block a user