VIM
https://mreschke.com/88/vim
manup install vimrc
,m toggle line number column
,f toggle fold column
,q close current window
,Q close current buffer
,d yank line without adding to the yanked stack
,v reselect text that was just pasted
:w!! write as sudo
,ev edit vimrc file
Tab jump to marching brackets
/ search
K search for highlighted word
,/ clear search highlights
,z put highlighted word in search/replace box
za fold
i enter insert mo...