vim-eft icon indicating copy to clipboard operation
vim-eft copied to clipboard

repeat doesn't work `nmap ; <Plug>(eft-repeat)`

Open rustiever opened this issue 3 years ago • 3 comments

nmap ; <Plug>(eft-repeat) doesn't work as expected

in normal vim keybinding it will go to next instance of previous f search

and also , doesn't work (this key is opposite of ;)

rustiever avatar Feb 28 '21 13:02 rustiever

Could you put your eft-related config?

hrsh7th avatar Mar 01 '21 06:03 hrsh7th

Could you put your eft-related config?

nmap​ ; ​<Plug>​(eft​-​repeat​)   ​xmap​ ; ​<Plug>​(eft​-​repeat​)

  ​nmap​ ​f​ ​<Plug>​(eft​-​f​)   ​xmap​ ​f​ ​<Plug>​(eft​-​f​)   ​omap​ ​f​ ​<Plug>​(eft​-​f​)   ​nmap​ F ​<Plug>​(eft​-​F)   ​xmap​ F ​<Plug>​(eft​-​F)   ​omap​ F ​<Plug>​(eft​-​F)      ​nmap​ ​t​ ​<Plug>​(eft​-​t​)   ​xmap​ ​t​ ​<Plug>​(eft​-​t​)   ​omap​ ​t​ ​<Plug>​(eft​-​t​)   ​nmap​ T ​<Plug>​(eft​-​T)   ​xmap​ T ​<Plug>​(eft​-​T)   ​omap​ T ​<Plug>​(eft​-​T)

rustiever avatar Mar 01 '21 08:03 rustiever

@rustiever Sorry for lately reply. I've updated the eft implementation. Could you test with latest eft?

hrsh7th avatar Dec 14 '21 09:12 hrsh7th