sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit fab400afa84b9c9585249a8c2373a7bd38240bdc
parent bcbd3451f903770c5ae527416356ec922ba1aca0
Author: nabakolu <lnabakowski@mailo.com>
Date:   Wed, 25 Nov 2020 16:04:25 +0100

rocks: Added micro to the list of text editors that rock

Diffstat:
Msuckless.org/rocks/index.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md @@ -186,6 +186,7 @@ This covers most console-based programs and programs from * [mle](https://github.com/adsr/mle) - A small, flexible console text editor. * [nano](https://www.nano-editor.org/) - A pico clone - this is small simple code and easy to use. * [nvi](https://sites.google.com/a/bostic.com/keithbostic/vi) - A small, multiple file vi-alike. +* [micro](https://micro-editor.github.io/) - A terminal text editor, written in go with common key bindings like ctrl-c to copy and ctrl-v to paste. * [sam](http://sam.cat-v.org/) - An editor by Rob Pike with inspiration from ed. * [traditional vi](http://ex-vi.sourceforge.net/) - A fixed version of the original vi. * [vim](https://www.vim.org) (With the GUI, use `:set go+=c` to kill popup dialogs). It can be compiled to be as minimal as possible (see vim-tiny in Debian repos).