-
Notifications
You must be signed in to change notification settings - Fork 51
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
E227: mapping already exists for f #55
Comments
What is the output of |
guess its a problem with yankring.vim conflicting, huh |
Seems like it, I'm not sure if there is any way around this. |
An other problem with vim-sneak, after I press s/S to invoke vim-sneak. The ;/, key can only be used to repeat last sneak search, not the quick-scope f/F/t/T one, even after I pressed f/F/t/T again. It turns out that vim-sneak has a reset function which will be called after native f/F/t/T is pressed. Would it be possible for quick-scope to provide a way to call that function? |
You can reset sneak in quick_scope#Ready(): ayyess@a40654d |
Thank you! It works great! |
FYI, this patch will break f and t in macro, maybe there can be some improvement. |
Seems like this happens also with plugin. |
Improves solution on quickscope side of mapping[0][1] [0]: unblevable/quick-scope#55 (comment) [1]: ayyess/quick-scope@a40654d
Has anyone else following this issue tried out the patch in #73? |
when i add
to my vimrc, i get an error
then it only highlights for
f
, but not forF
,t
, orT
The text was updated successfully, but these errors were encountered: