sduzair / issues

Place for documenting submitted issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues

VSCodeVimSelection

Unexpected behaviour: In visual mode (any) `<S-,> does not take you to the start of the last selection

  • Describe the bug: Mode: Visual/Visual-Line/Visual-Block `<S-,> does not take you to the start of the last selection made in a visual mode.
  • To Reproduce: Steps to reproduce the behavior:
    • Go to any visual mode
    • Go back to normal mode
    • Scroll down to another location
    • Enter a visual mode and press `<S-,>
  • Expected behavior: Ideally selection expands to start of last selection gif

Repository for issues created.

Vim Change Hitory

  • Extension: vscodevim.vim
  • Repo: Vim
  • Vim extension does not support moving over multiple changes in the change list with ng;/, where n is a number. gif

Move to first change in change list with 2g;

  • This line represents the first change in the change list.
  • This line represents the second change in the change list.
  • This line represents the third change in the change list.

About

Place for documenting submitted issues