Skip to content
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 is disabled when in INSERT mode [VS:Mac] #3020

Open
lordfeck opened this issue Oct 10, 2022 · 4 comments
Open

Backspace is disabled when in INSERT mode [VS:Mac] #3020

lordfeck opened this issue Oct 10, 2022 · 4 comments

Comments

@lordfeck
Copy link

lordfeck commented Oct 10, 2022

Describe the bug
Backspace is not working in INSERT mode.

To Reproduce
Using VS: Mac, go to insert mode. Press backspace. The system gives a bell and does not delete the preceding character.

Expected behavior
Backspace deletes the preceding char.

Environment (please complete the following information):

  • Visual Studio version: 17.3.6 (Mac)
  • VsVim version: VsVim 2.8.0.19
  • Programming Language: C# (any source file)
@nosami
Copy link
Collaborator

nosami commented Oct 10, 2022

Check out my example ~/vsvimrc file... Especially the set backspace part

@lordfeck
Copy link
Author

@nosami That fixed it, thanks.

@leftbones
Copy link

Since this isn't closed yet, I want to ask... Why is this required only on the Mac version?

I've been using VsVim on Windows for awhile now and never had to mess with a .vsvimrc at all, then I decide to try it out on Mac and backspace isn't working. Super annoying, the defaults should be the same on both platforms.

@nosami
Copy link
Collaborator

nosami commented Jan 9, 2023

Since this isn't closed yet, I want to ask... Why is this required only on the Mac version?

I've been using VsVim on Windows for awhile now and never had to mess with a .vsvimrc at all, then I decide to try it out on Mac and backspace isn't working. Super annoying, the defaults should be the same on both platforms.

Yes, I agree. It is just a question of getting around to it when there are a million other things that I would rather be doing :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants