Exist a way in the v3 to use a prefix keymap #854
Unanswered
oaSakamoto
asked this question in
Q&A
Replies: 1 comment
-
Bumping on this, I tried this: return {
{
'folke/which-key.nvim',
event = "VeryLazy",
opts = {},
keys = {
prefix = "<leader>",
{
"<space>", "<cmd>Telescope buffers<CR>", desc = "List buffers",
},
},
},
}
But, didn't work. Any suggestion in how to approach in this case? Update here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Exist a away to avoid repeat the leader h in all off the keys?
Beta Was this translation helpful? Give feedback.
All reactions