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

Missing a map defining "<Plug>SneakStreakBackward" #61

Closed
bohrshaw opened this issue Jan 17, 2014 · 2 comments
Closed

Missing a map defining "<Plug>SneakStreakBackward" #61

bohrshaw opened this issue Jan 17, 2014 · 2 comments

Comments

@bohrshaw
Copy link
Contributor

There already defined a map:
nnoremap <Plug>SneakStreak :<c-u>call sneak#to('', <sid>getnchars(2, ''), <sid>cnt(), 0, 0, [0,0], 2)<cr>

I have tested that a counterpart map can be simply added:
nnoremap <Plug>SneakStreakBackward :<c-u>call sneak#to('', <sid>getnchars(2, ''), <sid>cnt(), 0, 1, [0,0], 2)<cr>

@justinmk
Copy link
Owner

Thanks!

@justinmk
Copy link
Owner

@bohrshaw I renamed these two mappings to avoid a delay: #86

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