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
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
The viewport is horizontally scrolled to the right due to the cursor being on a long line, and the line is formatted with gq.
What did you expect to happen?
The text should be formatted, and the horizontal scroll should be reset so the viewport sees column 0.
What happened instead?
The text is formatted, but the viewport's left bound is on the cursor position instead of column 0. This often causes the viewport's left bound to rest in the middle of the formatted block, forcing the user to press $ to see the complete text block.
Technical details:
VSCode Version: 1.8.1
VsCodeVim Version: 0.5.2
OS: Windows 10
The text was updated successfully, but these errors were encountered:
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
The viewport is horizontally scrolled to the right due to the cursor being on a long line, and the line is formatted with
gq
.What did you expect to happen?
The text should be formatted, and the horizontal scroll should be reset so the viewport sees column 0.
What happened instead?
The text is formatted, but the viewport's left bound is on the cursor position instead of column 0. This often causes the viewport's left bound to rest in the middle of the formatted block, forcing the user to press $ to see the complete text block.
Technical details:
The text was updated successfully, but these errors were encountered: