Vim
Vim copied to clipboard
adjust the way surround loads its default keybindings
What this PR does / why we need it: This deals with a few minor issues, that came up with surround rewrite.
Which issue(s) this PR fixes fixes https://github.com/VSCodeVim/Vim/issues/6812 fixes https://github.com/VSCodeVim/Vim/issues/6743 fixes https://github.com/VSCodeVim/Vim/issues/6848 fixes https://github.com/VSCodeVim/Vim/issues/7003
Special notes for your reviewer: I tested this, with the switch set, there is no map on cs and lagfree maps on c are possible.
This PR is fixed version of this one, with passing tests.