Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Screen Line/Characters movement support #46

Open
rebornix opened this issue Jul 29, 2016 · 1 comment
Open

Screen Line/Characters movement support #46

rebornix opened this issue Jul 29, 2016 · 1 comment

Comments

@rebornix
Copy link

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 microsoft/vscode#2771 . Leveraging thse commands, following Vim commands can be implemented real quick

  • g0
  • g^
  • g$
  • gm
  • gj
  • gk
@74th
Copy link
Owner

74th commented Jul 29, 2016

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

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants