You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Empty file
i, type "This sentence will be undone..."
u to undo
Ctrl Shift R to redo
Didn't work, VSCode Menu --> Edit --> Redo
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
The text was updated successfully, but these errors were encountered:
Describe the bug
The original
vim
commandline editor permitted to undo withu
, and redo withCtrl Shift R
. This plugin is unable to redo withCtrl Shift R
.To Reproduce
Steps to reproduce the behavior:
i
, type "This sentence will be undone..."u
to undoCtrl Shift R
to redoExpected behavior
Pressing the keys
Ctrl Shift R
should work to redo (the original Vim worked that way)... it would also be prefereable that theu
andCtrl Shift R
original undo/redo functions (respectively) were integrated with Vs Code's undo/redo functionality.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: