-
Notifications
You must be signed in to change notification settings - Fork 34
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
backspace doesnt do anything #74
Comments
Does this happen in regular vim? Do you have nocompatible enabled? |
it doesnt happen in regular vim. and if i turn nocompatible off, athame doesnt even start to work |
@grenzionky have you tried setting |
i just checked again, and backspace is working correctly now, even without set backspace 🤷. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as the title says, instead the removing the character behind the cursor, pressing backspace moves the cursor left a character (as if i pressed it in normal mode)
this happens in every mode, including insert mode.
The text was updated successfully, but these errors were encountered: