Get the latest tech news
Show HN: McWig – A modal, Vim-like text editor written in Go
Contribute to firstrow/mcwig development by creating an account on GitHub.
LSP autocomplete, goto definition, hover info Tree-sitter support Color themes (borrowed from the Helix text editor) Lots of bugs Macro support Something like Emacs org-mode: Open test.txt, place the cursor at line 15, and press"Ctrl-C Ctrl-C". Most common Vim keybindings are implemented, providing minimal but enough (for me) support for daily source code editing. KeyDescription TabNext element in popupShift-TabPrev element in popupSpace + fFind files in Git projectSpace + bBuffersSpace + s + sFuzzy text searchCtrl-W + VSplit windowSpace + `Toggle fileSpace + /Search text in projectI plan to turn this "toy project" into a stable, fully-featured Vim-like text editor.
Or read this on Hacker News