-
Notifications
You must be signed in to change notification settings - Fork 21
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
Usage with vim-sneak #60
Comments
This should work fine, since the mapping for
|
Oh, OK thanks, I use (neo)vim, but I'm not really a pro in VimL and the configuration. |
There's some outstanding neovim specific issues (eg: #55) so feel free to log any other ones you see. I need to upgrade to neovim and take a look at these soon. |
I installed the plugin and the Typing s s * <C-O>"_cs
x s * "_s
n s * "_s So it isn't setting the substitute commands but still remapping to vim's x s <Plug>Sneak_s
n s <Plug>Sneak_s Please help me get my |
Yes I see what you mean. Easyclip will only override the If you're using NeoBundle, this is just a matter of placing these lines in this order:
|
Well this solved it for me but I would rather have a more elegant solution such as an option to disable the |
Sure. If you look at This is really only a problem when two plugins disagree on a mapping, since if there's a vimrc mapping then easy clip will always respect that. But still could be useful. |
Hi,
Is use justinmk/vim-sneak for quite a while and I'm used to using
s
for the sneak motions.How would I map the
s
ineasyclip
to some other key?Thanks,
Simon
The text was updated successfully, but these errors were encountered: