-
Notifications
You must be signed in to change notification settings - Fork 272
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
vimode: can't enter command (manjaro os) #941
Comments
I'm really wondering what's going on - I can't duplicate the bug here. A few questions:
|
hi, |
Oh, that might be the problem - I test it on a notebook without numerical keyboard and numlock so I didn't see this. Will try it with an external keyboard. |
Thank you so much , now i can enter comand by switch off num lock, still don't know why this happen. |
Use gtk_accelerator_get_default_mod_mask() which should ignore caps lock and num lock keys for us. Fixes geany#941.
I can type a command but after i type command i want and press enter , nothing happen, it still in that command.
Ex:
:s/main/man/g
when i press enter , nothing happen and it still show:
:s/main/man/g
Please help me. I want to use vimode very much .
Thank you very much.
The text was updated successfully, but these errors were encountered: