micro

https://micro-editor.github.io/

a modern and intuitive terminal-based text editor

ctrl+e

set colorscheme gruvbox # using tilix, not urxvt

or when launching

micro -colorscheme simple

ctrl+e

set infobar false
set scrollbar true
set matchbrace true

Splits (windows) are not resizable as it seems. It has tabs as well. There is no vi mode.

Some default shortkeys

alt+g   toggle bindings
ctrl+g  help
ctrl+w  jump to next window

In tilix (twilight colorscheme)

tilixMicroTwilight.md.png-8FCcMAmY5GoJbhL-md

monochrome

cd .config/micro
mkdir colorschemes
wget https://raw.githubusercontent.com/zyedidia/micro/36d72c4cab18e164b76cc1496801051b118830d3/runtime/colorschemes/in_progress/monochrome.micro
# restart micro
# ctrl+e
set colorscheme monochrome
# set colorscheme twilight # look good in urxvt as well

In urxvt (monochrome)

microMono.md.png-xOlWHNNdZ49Xoys-md

filemanager (plugin)

plugin install filemanager
# restart
tree

Bind a toggle key to alt+t, in ~/.config/micro/bindings.json

{
    "Alt-t": "filemanager.toggle_tree"
}

Note: Fullres scrots lost.