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

eliminate unnecessary <Plug>VFoo mappings #37

Closed
justinmk opened this issue Dec 10, 2013 · 1 comment
Closed

eliminate unnecessary <Plug>VFoo mappings #37

justinmk opened this issue Dec 10, 2013 · 1 comment

Comments

@justinmk
Copy link
Owner

given the following

nnoremap <Plug>SneakForward ...
xnoremap <Plug>SneakForward ...

... xmap <Plug>SneakForward will map correctly to the second one. So there's no need for separate <Plug>VSneakForward. This simplifies the configuration experience.

@justinmk
Copy link
Owner Author

justinmk commented Jan 3, 2014

Not necessarily a good idea, since it makes things a bit more confusing for newbies.

@justinmk justinmk closed this as completed Jan 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant