Tech News
← Back to articles

Show HN: McWig – A modal, Vim-like text editor written in Go

read original related products more articles

McWig (temporary name)

Hi! Welcome to my text editor page. McWig is a modal, Vim-like text editor written in Go. I use it as my daily driver, btw.

Note: McWig currently supports only .go files. Do not edit files that are not backed up. McWig is still in an early stage of development and may damage your files.

Features

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" .

... continue reading