Replies: 2 comments
-
Sorry for the late reply. I have confirmed that it does not work with the FAQ settings. Perhaps there was a bug in partial mapping due to the macro feature introduced in v4.3.
inoremap <lctrl-win> <esc-left>
inoremap <lctrl-win> to_gui_normal In this case, you can also disable ESC by using unmap as follows iunmap <esc-left> The same settings can be made in other modes. Thanks for using it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have posted this bug in the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
It is not working for me https://pit-ray.github.io/win-vind/faq/
I would change ESC to any other button (ideally LCtrl+Win instead ESC) but it doesn't work.
Does it should work in any Windows? I have Windows 10 Pro 21H2 and it doesn't work.
What I am do, I am using portable version unpacked to "D:\soft\win-vind":
switch to gui normal, ":e source", trying to restart app.
Expectation: +left or right or down works as +left or right or down. But it still works with "esc" and ignores "caps".
If i put "set cmd_fontname = Times New Roman" and restart - I can see font is changed from Verdana to TNR.
Version: 4.3.3
Can you please advice?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions