mirror of https://github.com/folke/lazy.nvim.git
feat(ui): remap gx -> K. Fixes #1561
This commit is contained in:
parent
c0fd59b020
commit
e3e431480d
|
@ -86,6 +86,8 @@ function M.create()
|
|||
return ViewConfig.keys.abort
|
||||
end, { silent = true, buffer = self.buf, expr = true })
|
||||
|
||||
vim.keymap.set("n", "gx", "K", { buffer = self.buf, remap = true })
|
||||
|
||||
-- plugin details
|
||||
self:on_key(ViewConfig.keys.details, function()
|
||||
local plugin = self.render:get_plugin()
|
||||
|
|
Loading…
Reference in New Issue