Only get a list of your own defined keymaps and commands #470
-
I really like legendary, but sometimes I just really want to search among my own key binds, as I tend to write a niche telescope extension. If type Is there a way only to show the commands defined in: require("legendary").setup({
keymaps = {
-- Bufjump, https://github.com/kwkarlwang/bufjump.nvim
{
"<leader>o",
function()
bufjump.backward()
end,
description = "Buffer back",
},
}) |
Beta Was this translation helpful? Give feedback.
Answered by
mrjones2014
Aug 19, 2024
Replies: 1 comment 1 reply
-
It’s in the README. Set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mrjones2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It’s in the README. Set
include_builtin = false
in config