micro
micro copied to clipboard
A modern and intuitive terminal-based text editor
In documentation (micro version 2.0.10) I found nothing similar. This feature will really help edit big files (>1k lines)
[Just](https://github.com/casey/just) is 'just a command runner'. It has syntax inspired by make. I hope this is fine?
## Description of the problem or steps to reproduce According to `help defaultkeys`: ``` | Ctrl-n | Find next instance of current search | | Ctrl-p | Find previous instance...
After pressing `ctrl-l`: * If at the top of the file and return is pressed, jump to the bottom. * If at anywhere else in the file and return is...
Have the command bar auto-complete or suggest commands like the VS Code command palette, and maybe also show bindings next to suggested commands.
`micro` appears to create the file `~/.config/micro/buffers/history`, which is not a configuration file. Data generated from the use of an app should be put under `${XDG_DATA_HOME:-~/.local/share}`, so it seems like...
## Description of the problem or steps to reproduce #2330 wrongfully added `git-rebase-todo` to the filename rule of `git-commit`, overriding the existing `git-rebase-todo` syntax and thus breaking the ability to...
It would be nice if https://github.com/zyedidia/micro/blob/95fea064b08ca09c1ac554e5ae9d118f1271da8a/internal/action/bufpane.go#L40 accepted arbitrary lua expressions, or at least could handle calling through nested tables, such as: ``` lua:plugin.some.func for some = { ["func"] = function...
It would be nice for development if there was a repl for the editor.
## Keybindings depending on the filetype to have build actions and quickfix plugin work together nicely Depending on the file type, it might be better to bind the same key...