-
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
Allow digraphs with i^K #109
Comments
Seems reasonable. Also are you aware of the keymap support? #47 Explained (briefly) here: https://github.com/justinmk/vim-sneak/blob/master/doc/sneak.txt#L107 |
I was not, thanks! I largely use digraphs for things like em-dashes, ellipses, and Also, for reference, note that I'd be happy to try writing a patch that implements ^K if you point me On Thu, May 22, 2014 at 2:16 PM, Justin M. Keyes
|
keymaps wouldn't be helpful in your case. Digraphs are worth implementing, but I can't find a way to assign the result of ctrl-k to a variable. If you can figure that out, I can implement this feature pretty easily. |
I have no idea, but I've asked vim_use: I expect they will say "not possible" and then I'll start a discussion on On Thu, May 22, 2014 at 3:25 PM, Justin M. Keyes
|
Hahahaha. Thanks for saving me the trouble. Probably the only way is to open some temp buffer and |
ZyX and John Little gave some great answers! Should have this implemented by next week. |
^K is used to enter digraphs (and, thus, unicode or otherwise difficult-to-type characters) in insert mode. When searching, ^K may also be used to search for difficult-to-type characters. It would be really cool if I could sneak for such characters as well.
The text was updated successfully, but these errors were encountered: