ggandor / lightspeed.nvim

deprecated in favor of leap.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let <Plug>Lightspeed_;_ft and <Plug>Lightspeed_,_ft work as motions that can accept an operator

jam1015 opened this issue · comments

I have

"nmap ; <Plug>Lightspeed_;_ft
"nmap , <Plug>Lightspeed_,_ft

in my setup. It would be nice to be able to type d; or c; to delete or change to the next occurrence of the last searched character.

I know you think deeply about this plugin and have engineered it in a very opinionated way. Just thought that this was a small piece of functionality that couldn't hurt to include.

You just forgot the omaps, of course d; won't work with Normal mode mappings 😉 (I'm not this opinionated 😀)

good catch