Let's learn: Vim/NeoVim!
Syntax: vim filename. Movement Navigating h /j/k/l : C-U/C-D : half-page up/down. C-B/C-F : page up/down. H : move to top of the screen. M : move to middle of the screen. L : move to bottom of the screen. Words b/w : previous/next word. ge/e : previous/next end of word. gj : move cursor down (multi-line text). gk : move cursor up (multi-line text). Line $ : to the end of the line (including last character)....