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

showkeys

URL: https://github.com/nvzone/showkeys/

Maintainers: Heitor Augusto

plugins.showkeys.enable

Whether to enable showkeys.

Type: boolean

Default: false

Example: true

Declared by:

plugins.showkeys.package

The showkeys package to use.

Type: package

Default: pkgs.vimPlugins.showkeys

Declared by:

plugins.showkeys.autoLoad

Whether to automatically load showkeys when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.showkeys.settings

Options provided to the require('showkeys').setup function.

Type: lua value

Default: { }

Example:

{
  keyformat = {
    "<CR>" = "Enter";
  };
  maxkeys = 5;
  position = "bottom-center";
  timeout = 5;
}

Declared by: