-
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
reset , ; when f remapped #114
Comments
Supporting alternate keyboard layouts is definitely a goal, although until now I hadn't heard any interest in it (even from non-US users).
Not out-of-the-box, at least :) But I always assumed it could be done with a creative mapping, but actually I think that was a bad assumption. The easiest way to achieve this right now is to let sneak take over your |
Thank you! It's not a specific issue for Dvorak, only for those who have remapped the keys for whatever reason... I'd like to keep the default I couldn't think of a mapping solution to do what I wanted. Ideally, I'd like my remapping of Thanks again for your great work on sneak and neovim. |
It turns out my assumption was correct. Here's the "creative mapping" that should satisfy your request:
You're welcome! |
Feel free to re-open if there's still a problem. |
Brilliant! Thank you very much. I've learnt a new trick from this. |
vim-sneak is brilliant! Thank you for all your great work on it!
I use a Dvorak layout and I have
s
andf
swapped (f
is a pain to press in Dvorak). sneak is mapped to another key.My problem is that sneak does not reset the binding of
;
and,
when I invoke anf
-search by pressing thes
key;;
and,
remain bound to sneak. I can manually reset these bindings by callingsneak#reset('f')
, but this is clunky to do after everyf
-search.I realise that sneak is not designed to work with f-enhancements, but is there any workaround for getting sneak to work with simple remapping of
f
?The text was updated successfully, but these errors were encountered: