Zachary Yedidia
Zachary Yedidia
Looks great, thanks!
Make sure that you press enter to execute the search. Then afterwards (not within the prompt) pressing ctrl-n and ctrl-p should move to the next/previous occurrences. Pressing ctrl-n/p while in...
It seems like this isn't really an issue with micro. Are you able to download things from your cloud instance? I'm not sure how snap works but are you running...
You can set the `filetype` option: `helm show values argo/argo-cd | micro -filetype yaml`.
This would would be an extension of the `indentchar` setting. I think it's probably best to implement the way Vim does with listchars with a list of all the different...
You can also just specify `ft:unknown` instead of a glob like `*.txt` in the `settings.json`: ```json { "ft:unknown": { "filetype": "markdown" } } ```
These look like nice additions but you need to document the new options (and other changes) in the help files.
Could you give more description? This doesn't seem like an error micro would give. What are you trying to run?
The fmt plugin is not supported in micro 2.0, so that might be the issue if you have it installed.
This is a valid point, and perhaps we can introduce some tab completion for this case. For the time being, you can look through the syntax files at https://github.com/zyedidia/micro/tree/master/runtime/syntax. If...