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: