vim-eft
vim-eft copied to clipboard
repeat doesn't work `nmap ; <Plug>(eft-repeat)`
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 ;
)
Could you put your eft-related config?
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 Sorry for lately reply. I've updated the eft implementation. Could you test with latest eft?