Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: move cursor up/down between paragraphs #10093

Closed
danvk opened this issue Aug 3, 2016 · 3 comments
Closed

Feature request: move cursor up/down between paragraphs #10093

danvk opened this issue Aug 3, 2016 · 3 comments
Assignees

Comments

@danvk
Copy link

danvk commented Aug 3, 2016

This would be the same as the { and } commands in vi(m):

  • }: move to next blank line
  • {: move to previous blank line

I find this a helpful way to move up/down in a file faster than line-by-line but slower than page-by-page.

@sandy081
Copy link
Member

sandy081 commented Aug 4, 2016

@danvk This is a good request. But this can be always achieved by writing an extension. Extension API provides all required information to come up with commands to do this and assign keyboard short cuts. This is the same approach followed by the Vim Extension.

Thanks

@sandy081 sandy081 closed this as completed Aug 4, 2016
@pgrz
Copy link

pgrz commented Apr 1, 2017

In case someone wandered here in search of this feature just like me: https://github.com/sashaweiss/vscode_block_travel

@danvk
Copy link
Author

danvk commented May 2, 2017

There's also this: https://marketplace.visualstudio.com/items?itemName=jmfirth.vsc-space-block-jumper

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants