mle icon indicating copy to clipboard operation
mle copied to clipboard

flexible terminal-based text editor (C)

Results 26 mle issues
Sort by recently updated
recently updated
newest added

I find this useful when working with html or jsx.

After releasing v1.5.0, please only modify files in the debian/ directory. Because I will use `uscan` to download v1.5.0 tarball. In this case, the modified `debian.sh` outside of debian/ directory...

Coming from emacs, I'd quite like a fill-paragraph command, a bit like the one documented at https://www.gnu.org/software/emacs/manual/html_node/emacs/Fill-Commands.html, which redistributes line breaks in a paragraph so that all of the text...

Hi there, Which commands actually refer to using multiple cursors? I'm trying to map the key commands of `mle` to be as similar to Sublime Text (or Micro) as possible....

enhancement

For instance, If I press `M-d` while standing on `hello`, the word is deleted. If I press `M-d` while standing on `företag`, only `f` is deleted, leaving me with `öretag`....

Not sure if this is considered a bug or not but I think it's odd. Given a directory structure like follows ``` ~/example $ tree . └── subdir 1 directory,...

By using *drop cursor column* and *anchor* it is possible to select a rectangluar area. It would be great if I can filter only this specific column selection through a...

enhancement

It would be awesome if I could open the file browser relative to the current file. The reasoning is that it would allow you to quickly create a file in...

enhancement

Simplifies the Makefile and remove the vendor directories to use instead lhelper to provides the external libraries. I don't mean you should merge right away this PR except you really...