programs.kakoune.config.autoInfo

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

Type
null or (list of (one of "command", "onkey", "normal"))
Default
null
Example
[
  "command"
  "normal"
]
Declared
<home-manager/modules/programs/kakoune.nix>