micro-editor / micro-editor/micro
Keybinding for Redo no working with "Ctrl-Shift-z"
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 29.6k
- Forks
- 1.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 10
Description
Thats is my ~/.config/micro/bindings.json:
{
"Alt-e": "CommandMode",
"Ctrl-Shift-z": "Redo",
"Ctrl-e": "lua:comment.comment",
"Ctrl-Shift-e": "command:tree",
"F5": "lua:wc.wordCount"
}
In general, shortcuts with Ctrl+Shift do not work. The rest all work.
Specifications
Commit hash: 68d88b57
OS: Zorin 17.1
Terminal: Gnome Terminal 3.44
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
No source file, test, or entry point is named. First reproduce the Ctrl-Shift-z binding and another Ctrl-Shift shortcut using the supplied bindings.json on the reported terminal setup, then trace the keybinding handling; done means those shortcuts invoke their configured commands while existing bindings continue to work.
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