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

The new window and tab are behaved like VS code.

enhancement
feature

Shows the next available keys in normal mode for beginners. For example, if you press ```d``` in normal mode, then show ```d```, ```w```, etc... in the command line window.

feature

Hi, @fox0430 I am very interested in this project as a fan of both nim and vim. After some searching, looks that there's no `map`, `nnoremap`, `vnoremp`, etc implemented in...

feature

I remember a PR should be auto-refreshed when there're new commits in the downstream repository. However, PR #1257 doesn't change accordingly after I push a fixing commit. So I create...