micro-editor / micro-editor/micro
Expand functionality of command bar to key binding targets
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 29.6k
- Forks
- 1.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 10
Description
I don't know how to run commands equivalent to what gets run in keybindings such as lua:plugin.toplevelfunc, nor things like ToggleRuler from the ctrl-e bound commadbar.
I don't know what it's supposed to do, but if I tab complete in the empty command bar, an entry eval is suggested, but when I try to run it I get Eval unsupported. I don't see it mentioned in the documentation.
It would be nice if it was possible to run any and all actions from the command bar.
Version: 2.0.8
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 command-bar behavior described for keybindings such as lua:plugin.toplevelfunc, ToggleRuler, and eval, then trace how those commands are documented and dispatched. The issue is complete when the intended actions can be invoked from the command bar and the eval behavior is documented or clearly supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, lua
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100