Kakoune
In the following demonstration, we'll be setting up Kakoune, a code editor that utilizes Vi's design of using "keystrokes as a text editing language".
Being a modal editor, it bears certain similarities to Vim (which initially inspired Kakoune's creation).
Install
The first thing is to update the package lists. Open workspace terminal and run
Now we can install Kakoune with APT
Kakoune is installed in the workspace.
Use
To open Kakoune code editor simply execute kak
in the terminal