microsoft / microsoft/vscode-atom-keybindings
Move to beginning of next paragraph
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 150
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
It would be great to be able to move from one paragraph to the next using option + down/up arrow and also select by using shift + option + down/up arrow as in Atom. In Atom's keyman.cson we would have this
'alt-down': 'editor:move-to-beginning-of-next-paragraph'
'alt-up': 'editor:move-to-beginning-of-previous-paragraph'
'shift-alt-down': 'editor:select-to-beginning-of-next-paragraph'
'shift-alt-up': 'editor:select-to-beginning-of-previous-paragraph'
Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Use Atom's keyman.cson mappings in the issue as the reference, then inspect the repository's existing VS Code keybinding definitions. Add the four corresponding movement and selection shortcuts, and verify that Option plus the arrow keys move or select to the beginning of the adjacent paragraph.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vscode
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100