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

This adds a note in the keybindings docs to send alt events with kitty on macos: https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.macos_option_as_alt

### Issue Tilde paths work on windows, but only using forward slash (`/`) separated paths. Filename completion works on windows, but only using backslash (`\`) separated paths. This means that...

it would be quite nice if there was a feature to highlight todos, fixme (or a set of strings from a setting) with a specific background (could also be a...

### Description Make "=" (without a space) be a **synonym** for "textfilter " (with a trailing space) in the command entry box. ### Benefits 1. Reduce typing a very command...

[zellij](https://github.com/zellij-org/zellij) is using [KDL](https://github.com/kdl-org/kdl) for the config file. How about adding the definition here? I've been using this file these days, and it seems to be working at least in...

Is it possible to add an option to force-disable fastdirty on all files, even on ones larger than 50KB?

Feature request for a "$(cols)" statusline special directive (variable) that would show the number of columns on the current line (similar to the "$(lines)" special directive that shows the number...

Currently, when pasting mutli cursor clipboards to a single cursor, the following happens: Given clipboards: 1. `123` 2. `345` 3. `678` Being pasted with a single cursor, it looks likes...

As https://github.com/zyedidia/micro/issues/1182 suggests, Micro currently lacks horizontal scrolling. This is my first approach to implementing it, but I’d like some feedback: 1. Is there any reliable keybinding (perhaps modekey+scroll) that...

I find the current behavior of `onSetActive` quite strange (as remarked in #3563 already): - When you start micro, `onSetActive` is not called. This also applies if you list one...