Skip to content
New issue

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

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

Open
rustiever opened this issue Feb 28, 2021 · 3 comments
Open

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

rustiever opened this issue Feb 28, 2021 · 3 comments

Comments

@rustiever
Copy link

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 ;)

@hrsh7th
Copy link
Owner

hrsh7th commented Mar 1, 2021

Could you put your eft-related config?

@rustiever
Copy link
Author

Could you put your eft-related config?

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)

@hrsh7th
Copy link
Owner

hrsh7th commented Dec 14, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants