micro-editor / micro-editor/micro
command-edit in scripts
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 problem or steps to reproduce
i want to turn on relative ruler while executing the jump command. the way i would go about this is as follows:
"Ctrl-e": "command:set relativeruler on,command-edit: jump ,command:set relativeruler off"
calling command-edit instantly sends a success state, while expected behavior would be that cancelling the prompt [escape] sends a failure state and completing the prompt [enter] sends a success state
Specifications
Commit hash: d8f7928b
OS: Void Linux x86_64
Terminal: urxvt
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 reproducing the Ctrl-e binding on Void Linux with urxvt and observe the command-edit result when the prompt is cancelled with Escape or completed with Enter. Trace how the command sequence handles command-edit's success state; done means cancellation reports failure while completion reports success, so the surrounding commands respond accordingly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100