micro-editor / micro-editor/micro
[New Feature] Add missing these 2 actions for these 2 shorcuts : Shift+Ctrl+Down to SelectParagraphNext and Shift+Ctrl+Up to SelectParagraphPrevious
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 29.6k
- Forks
- 1.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 10
Description
Description of the new feature or steps to reproduce
If you type Shift+Ctrl+Down, it should select the next paragraph.
If you type Shift+Ctrl+Up, it should select the previous paragraph.
Specifications
Add missing these 2 actions for these 2 shorcuts : Shift+Ctrl+Down to SelectParagraphNext and Shift+Ctrl+Up to SelectParagraphPrevious
Micro : Version : 2.0.8
OS: Debian 11
Terminal: urxvt
Thanks in advance, you made an amazing terminal editor with micro !!!
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
Start by locating the keybinding definitions and the existing SelectParagraphNext and SelectParagraphPrevious actions in the micro codebase. Check how nearby paragraph-selection shortcuts are represented and tested, if tests are present. Done means both specified shortcuts invoke the named actions and the behavior is covered by the relevant checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100