moe icon indicating copy to clipboard operation
moe copied to clipboard

A command line based editor inspired by Vim. Written in Nim.

Results 109 moe issues
Sort by recently updated
recently updated
newest added

Moe's search is case sensitive now, just like vim's search is by default. This isn't how some modern editors or commonly used search boxes behave though. - searches on the...

enhancement
discuss

Link #837 ``` softtabstop shiftwidth expandtab ```

enhancement

Many editors offer a feature that is often called minimap, but I think while that looks cool, and it's basically a fancy version of a scrollbar, it doesn't really help...

feature

Easymotion and sneak are both very popular plugins for vim, that are trying to accomplish a similar thing, which is why I wanted to lump them into one feature request....

feature

Currently you get current line/total lines current col/total cols in the statusbar: ```439/4585 1/56``` I'd prefer this: ```10%/4585 1/56``` Also, I think this part of the status line should be...

enhancement

The next release is shaping up to look really nice. Congratulations @fox0430, and we never had as many people active in the issues as now. Moe is a really nice...

discuss

This is another advanced feature I don't expect to be implemented anytime soon, but I think this would be pretty neat, too. ```:reportissue Very bad bug in moe``` 1. A...

feature

This feature request is inspired by vscode's zen mode. There zen mode means, that only the editor windows/panes remain visible, while all UI elements become hidden. For example no statusbar,...

feature