We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fd59b commit e3e4314Copy full SHA for e3e4314
lua/lazy/view/init.lua
@@ -86,6 +86,8 @@ function M.create()
86
return ViewConfig.keys.abort
87
end, { silent = true, buffer = self.buf, expr = true })
88
89
+ vim.keymap.set("n", "gx", "K", { buffer = self.buf, remap = true })
90
+
91
-- plugin details
92
self:on_key(ViewConfig.keys.details, function()
93
local plugin = self.render:get_plugin()
0 commit comments