you can start simple web server with "python3 -m http.server", great when making static websites
use "z=" in vim to start spell checker
run "setxkbmap -option ctrl:nocaps" to replace capslock with additional ctrl key. you can find (way) more options in "/usr/share/X11/xkb/rules/xorg.lst"
the "interrobang" character (‽) exists
You can make nvim nvim your manpager with: export MANPAGER='nvim +Man!'