We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
f
and also , doesn't work (this key is opposite of ;)
,
;
The text was updated successfully, but these errors were encountered:
Could you put your eft-related config?
Sorry, something went wrong.
nmap ; (eft-repeat) xmap ; (eft-repeat)
nmap f (eft-f) xmap f (eft-f) omap f (eft-f) nmap F (eft-F) xmap F (eft-F) omap F (eft-F) nmap t (eft-t) xmap t (eft-t) omap t (eft-t) nmap T (eft-T) xmap T (eft-T) omap T (eft-T)
@rustiever Sorry for lately reply. I've updated the eft implementation. Could you test with latest eft?
No branches or pull requests
nmap ; <Plug>(eft-repeat)
doesn't work as expectedin normal vim keybinding it will go to next instance of previous
f
searchand also
,
doesn't work (this key is opposite of;
)The text was updated successfully, but these errors were encountered: