Refs
C
- control. SoC-a
means to hit the control key and the a key.M
- alt/meta
terminal
C-p
= previous commandC-u
= erase line before cursorC-l
= refresh screenC-M-t
= new terminal window
Vim
sudo apt-get install vim
.vimrc
:inoremap jk <Esc>
set relativenumber