MyNixOS website logo
option

programs.kakoune.config.autoInfo

Contexts in which to display automatic information box. The kakoune default is [ "command" "onkey" ].

Declarations
Type
null or (list of (one of "command", "onkey", "normal"))
Default
null
Example
[
  "command"
  "normal"
]