When comparing Slap vs pico, the Slant community recommends pico for most people. In the question“What are the best terminal text editors?” pico is ranked 18th while Slap is ranked 22nd. The most important reason people chose pico is:
All command characters are shown at the bottom of the editor.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro First-class mouse support
Slap supports mouse keybindings even though it works inside the terminal and also through SSH.
Pro Uses desktop-like keybindings
Slap features configurable keybindings (Ctrl+S, Ctrl+Z, etc).
Pro Great terminal interface
Pro Built-in cheat sheet for shortcuts
All command characters are shown at the bottom of the editor.
Pro Easy to use
Pico includes only the bare minimum of functionality needed to edit documents making it very simple.
Cons
Con Requires node.js
Slap is written in JavaScript and it requires something to interpret it in a local machine. That something is node.js, but for people who don't need node, it would be a hindrance and an overkill to install node just to use a simple text editor. Furthermore, it can only be used remotely if the remote machine has node installed.
Con CLI only
Slap only runs through the terminal.
Con No way to override command characters
Characters such as ^D, ^T, ^L, etc will always be interpreted as commands and there's no way to write them in text.
Con Lacks some commonly expected functionality even for a basic editor
Pico lacks search and replace functionality as well as the ability to work work with multiple files at the same time.