Re: Couple issues with 2.2.1
Enter key behavior:
When I press enter in normal mode in a comment block, it acts as if I was in insert mode (e.g. a new line is inserted). This also happens when I am entering a command with the cursor in a comment block so I can't do ':w' with my cursor in the comment block. I am doing this in .cs files if that matters.
Also, when I enter a command with my cursor outside of a comment block, the command works, but the cursor is placed at the beginning of the line which is pretty annoying.
Visual mode:
This is a minor issue, but if I press 'v' and move to the left, the character under the cursor's original position is not selected. This is not the case if I move to the right. I have "Use Visual Studio selection for Visual Mode" unchecked.