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

Simple undo command behaviour from vi/vim not implemented #3649

Closed
mchong-teal opened this issue Apr 3, 2019 · 3 comments
Closed

Simple undo command behaviour from vi/vim not implemented #3649

mchong-teal opened this issue Apr 3, 2019 · 3 comments

Comments

@mchong-teal
Copy link

Describe the bug
The command ":u" is not implemented. This is how I normally perform undo actions in vi/vim and makes this add-on unusable for me.

To Reproduce

  • Open a file with vscode/vim
  • perform an action
  • press escape to go to normal (command mode)
  • enter the command ":u"
  • press enter
  • see: 'Not an editor command u'
  • repeat
  • uninstall

Expected behavior

  • The previous action is undone

Environment (please complete the following information):

  • Issue Type: Bug
  • Extension Name: vim
  • Extension Version: 1.3.0
  • OS Version: Linux x64 4.15.0-46-generic
  • VSCode version: 1.32.3
@coreysharris
Copy link

Any reason you use ":u" instead of the normal-mode command "u"?

https://vimhelp.org/undo.txt.html#undo-commands

@mchong-teal
Copy link
Author

Muscle memory?

@J-Fields
Copy link
Member

J-Fields commented Aug 6, 2019

Closing as a duplicate of #3197

@J-Fields J-Fields closed this as completed Aug 6, 2019
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