micro icon indicating copy to clipboard operation
micro copied to clipboard

A modern and intuitive terminal-based text editor

Results 545 micro issues
Sort by recently updated
recently updated
newest added

Fix the following funny issue: if we open 3 vertical split panes (i.e. with 2 vertical dividers between them) and drag the rightmost divider to the left (for resizing the...

Tell user that option can't be set locally when user tries to set global only option option instead of just telling that option is invalid

When we resize a split pane to a very small width, so that the ruler does not fit in the pane, it overwrites the sibling split pane. To fix it,...

# Suggested feature An option ('cursorwrapping'), when false, stops the cursor moving to the next or previous line when it reaches the end of a line. Defaults to true. Therefore...

## Description of the problem or steps to reproduce [The documentation](https://github.com/zyedidia/micro/blob/master/runtime/help/options.md) states that default plugins can be set as boolean options. After experimenting it seems they can be set in...

In case the user creates runtime files (e.g. color schemes, syntax, etc.) with the same name as the built in asset files then the user defined ones will receive precedence...

I went into a .desktop file (/usr/share/applications/yelp.desktop) with Micro and saw that everything after the first semicolon in a list separated by semicolons was colored the same as comments. Was...

With word wrap on, if a line has the exact minimum length to be wrapped, an empty line is displayed between it and the next line in the file (which...

## Description of the problem or steps to reproduce If there is a possibility of having some network drive embedded in the micro editor(ftp/sftp, webdav, etc), it would be really...

This is a small feature to reset previously initiated searches and to use `FindNext` and `FindPrevious` in chained actions. Personally I never could get used to use different shortcuts for...