74th / vscode-vim

vim emulator for Visual Studio Code
MIT License
215 stars 25 forks source link

Screen Line/Characters movement support #46

Open rebornix opened 7 years ago

rebornix commented 7 years ago

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

74th commented 7 years ago

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