Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

kitty-navigator

URL: https://github.com/knubie/vim-kitty-navigator/

Maintainers: Gaetan Lepage

plugins.kitty-navigator.enable

Whether to enable kitty-navigator.

Type: boolean

Default: false

Example: true

Declared by:

plugins.kitty-navigator.package

The kitty-navigator package to use.

Type: package

Default: pkgs.vimPlugins.vim-kitty-navigator

Declared by:

plugins.kitty-navigator.autoLoad

Whether to automatically load kitty-navigator when neovim starts.

Type: boolean

Default: true

Example: false

Declared by:

plugins.kitty-navigator.settings

The configuration options for kitty-navigator without the kitty_navigator_ prefix.

For example, the following settings are equivialent to these :setglobal commands:

  • foo_bar = 1 -> :setglobal kitty_navigator_foo_bar=1
  • hello = "world" -> :setglobal kitty_navigator_hello="world"
  • some_toggle = true -> :setglobal kitty_navigator_some_toggle
  • other_toggle = false -> :setglobal nokitty_navigator_other_toggle

Type: attribute set of anything

Default: { }

Example:

{
  enable_stack_layout = 1;
}

Declared by: