1

ctrl+m used to work as collapse/uncollapse shortcut before I installed vsvim. After installing vsvim using the zo command is uncollapsing a C# region block. But do not have a shortcut to fold till the end of the region. Using zf/string folds incorrectly. There should be a better shortcut.

Kalyan
  • 488
  • 6
  • 17
  • 1
    If you want to keep using `Ctrl+M` you can do so by just reassigning the shortcut back to Visual Studio – JaredPar Jul 12 '14 at 01:29

2 Answers2

3

For anyone having the issue still, using he vscodevim plugin provides

  • zc folds a region
  • zo unfold a region
Titou
  • 968
  • 10
  • 16
1

I have reassigned the ctrm+m to be used. This could be done using the Options button shown at the bottom of the editor. This solved my issue.

Kalyan
  • 488
  • 6
  • 17