Tutorial
basic cursor control
C-n C-p C-b C-f
windows
Insert and delete
yank C-y kill C-w undo C-/
Extending the command set
C-x character eXtend M-x named command eXtend
Mode
major mode, for example, lisp mode, text mode .etc.
启动流程
packages
- projectile and project(built-in) to manage the well-defined root directory project
- perspective: manage multiple project, make the buffer isolated
