sites

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

commit 17638e434fd7eb33a1fb1c47aea5b33e1c9b2ef7
parent 0bf85561a7c5967eb16eefb2447dfea42bcb917b
Author: ssnf <ssnf@ssnf.xyz>
Date:   Thu, 19 May 2022 01:22:42 +0000

rocks: add sim, The text editor

sim is a simple, interactive, multi-file text editor. It is heavily inspired on
'vim' and 'sam', hence the name sim.

It has about 1200 lines of code and a ton of very elegantly designed functions.

It is C89 compliant and aims for maximum portability between platforms.

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 @@ -207,6 +207,7 @@ This covers most console-based programs and programs from * [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. +* [sim](https://sim.ssnf.xyz/) - The sim text editor. Based on vim and sam. * [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). * [vis](https://github.com/martanne/vis) - A modern, legacy free, simple yet efficient vim-like editor.