Skip to content
Discussion options

You must be logged in to vote
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>" })

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SteveWolligandt
Comment options

Answer selected by SteveWolligandt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants