-
Notifications
You must be signed in to change notification settings - Fork 29
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
Can not input <C-h> on Windows #45
Comments
Investigating -- thanks! |
@jjohnson338 ^H was translated to backspace -- standard ANSI sequence. |
Thanks for investigating this. Unfortunately, the issue still persists. I've tried both v0.2-50-g6b4c309 and v0.2-51-g98b2006 on Windows 10. For further context I've four remaps in my vimrc for jumping between windows/visible buffers:
On the current release, only right ( If there is anything I can do to aid in the debugging, please let me know. |
I've tried the Ctrl+hjkl on my side, Can you confirm this? Also, could you try to map it in insert mode, and see what will happen? I think |
FYI, |
Can confirm that
and tested out in a buffer.
|
|
Yeah, these keybinds work on |
I'm looking at |
@jjohnson338 well there's no magic -- I was doing it right to remove the translation -- only forgetting that I've got some other special treatments on the modifiers that also needs to be removed! |
try 0.2-56 (when it finishes building) |
Works great! Thanks so much! |
I've the following line in my .vimrc to map h to but it's not seeming to work in fvim.
nnoremap <C-h> <C-w>h
The text was updated successfully, but these errors were encountered: