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

plugins.which-key.settings.replace.key

Lua functions or list of strings to replace key left side key name with.

Type: null or (list of (lua function string or list of string or raw lua code)) or raw lua code

Default: null

Plugin default:

lib.nixvim.mkRaw ''
  function(key)
    return require("which-key.view").format(key)
  end
''

Declared by: