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

I often create a shell script in an editor, lately it usually is with moe, and then I need to leave moe for the command line, where I usually do...

feature

This is something that seperates nvim from vim, and why nvim is usable as an editor inside other IDEs and editors and programs in general. I've also a project, where...

feature

I can imagine that many will be against this feature, because they may ask why you want that with a keyboard driven editor like moe. My counter is: why not?...

feature

This is a feature I've come to value from vscode/vscodium. Of course, you can use something like git to manually check in your changes, however if we're honest, sometimes we'll...

feature

In CSS files and the like, even in moe's own configuration, color codes are often encoded in this format: #RRGGBB It's pretty hard to accurately predict what those hex values...

feature

When the cursor is under a URI/URLs in normal mode and the user presses gf (open file under cursor), moe should detect that the cursor is under a URI/URLs and...

feature

I've not seen something like it in other editors, so this would be unique to moe, if implemented. This mode could be activated with: ```:clipboard``` or ```:clip``` And then you'd...

feature

I've not seen this feature in any other editor so far, so this could be something special for moe. I wanted to implement it myself, but currently I can't come...

feature