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

The original vim's redo command (Ctrl+Shift+R) doesn't work #3608

Closed
SebasSBM opened this issue Mar 21, 2019 · 3 comments
Closed

The original vim's redo command (Ctrl+Shift+R) doesn't work #3608

SebasSBM opened this issue Mar 21, 2019 · 3 comments

Comments

@SebasSBM
Copy link

Describe the bug
The original vim commandline editor permitted to undo with u, and redo with Ctrl Shift R. This plugin is unable to redo with Ctrl Shift R.

To Reproduce
Steps to reproduce the behavior:

  1. Empty file
  2. i, type "This sentence will be undone..."
  3. u to undo
  4. Ctrl Shift R to redo
  5. Didn't work, VSCode Menu --> Edit --> Redo
  6. Didn't work either

Expected behavior
Pressing the keys Ctrl Shift R should work to redo (the original Vim worked that way)... it would also be prefereable that the u and Ctrl Shift R original undo/redo functions (respectively) were integrated with Vs Code's undo/redo functionality.

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.2.0
  • VSCode version: 1.32.3
  • OS: Linux Mint 17.2 Rafaela
@rickythefox
Copy link
Contributor

Isn't it Ctrl r (no shift)?
http://vimdoc.sourceforge.net/htmldoc/undo.html#undo

@J-Fields
Copy link
Member

I wasn't aware of it either, but seems like ctrl+shift+r works also

@SebasSBM
Copy link
Author

SebasSBM commented Mar 25, 2019

@rickythefox, you are right! For some reason, I had it memorized as ctrl+shift+R... but, even in original Vim, it also works with ctrl+r...

I also tested it in VSCodeVim, and it works as expected...

I'm sorry for opening an issue due to such a mistake of mine...

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

No branches or pull requests

3 participants