-
Notifications
You must be signed in to change notification settings - Fork 89
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
How to unmap "s" mapping? #257
Labels
Comments
I think this is what you're looking for from
|
see also #248 |
@justinmk please reopen, this doesn't work: map ; <Plug>SneakNext
" disable s mapping
nmap ? <Plug>Sneak_s
nmap ? <Plug>Sneak_S
xmap ? <Plug>Sneak_s
xmap ? <Plug>Sneak_S
omap ? <Plug>Sneak_s
omap ? <Plug>Sneak_S
nmap f <Plug>Sneak_f
nmap F <Plug>Sneak_F
xmap f <Plug>Sneak_f
xmap F <Plug>Sneak_F
omap f <Plug>Sneak_f
omap F <Plug>Sneak_F
nmap t <Plug>Sneak_t
nmap T <Plug>Sneak_T
xmap t <Plug>Sneak_t
xmap T <Plug>Sneak_T
omap t <Plug>Sneak_t
omap T <Plug>Sneak_T :nmap s
n s <Plug>Sneak_s |
see #248 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't figure this out from the documentation. Thank you!
The text was updated successfully, but these errors were encountered: