We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ^ key is not working in fakevim, I guess it is not implemented yet?
^
The text was updated successfully, but these errors were encountered:
It is implemented (fakevimhandler.cpp:3703).
Perhaps Qt interprets the key presses as different character in your case. I use Shift+6 to enter ^ and it works fine.
You can also try :unmap ^ (FakeVim parses configuration file in very dumb way).
:unmap ^
Sorry, something went wrong.
Okay I am using a german layout where ^doesn't need any modifiers. Shift+6 strangely also works for me even if Shift+6 maps to &.
I always wanted to switch to an us layout, I probably just do it now.
No branches or pull requests
The
^
key is not working in fakevim, I guess it is not implemented yet?The text was updated successfully, but these errors were encountered: