vscode-vim icon indicating copy to clipboard operation
vscode-vim copied to clipboard

Screen Line/Characters movement support

Open rebornix opened this issue 9 years ago • 1 comments

We added screen line/character movement command in Visual Studio Code in July. The commands is like

cursroMove({to: 'lineStart', inSelectionMode: true});

More details are listed in https://github.com/Microsoft/vscode/issues/2771 . Leveraging thse commands, following Vim commands can be implemented real quick

  • g0
  • g^
  • g$
  • gm
  • gj
  • gk

rebornix avatar Jul 29 '16 09:07 rebornix

Thank you for your gread work! I need them. My extention will use them soon.

74th avatar Jul 29 '16 23:07 74th