Using map and nmap with <Plug> in which-key #414
Answered
by
mrtnvgr
SteveWolligandt
asked this question in
Q&A
Replies: 1 comment 1 reply
-
wk.register({
["f"] = { "<Plug>(easymotion-overwin-f)" },
["L"] = { "<Plug>(easymotion-overwin-line)" },
["w"] = { "<Plug>(easymotion-overwin-w)" },
}, { mode = "n", prefix = "<leader>" })
wk.register({
["f"] = { "<Plug>(easymotion-bd-f)" },
["L"] = { "<Plug>(easymotion-bd-jk)" },
["w"] = { "<Plug>(easymotion-bd-w)" },
}, { mode = "", prefix = "<leader>" }) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SteveWolligandt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I want to map the following from easymotion with which-key:
I could not figure out how to do this. Can anyone help with that?
Thanks in advance!
Steve
Beta Was this translation helpful? Give feedback.
All reactions