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.

启动流程

startup

packages

  1. projectile and project(built-in) to manage the well-defined root directory project
  2. perspective: manage multiple project, make the buffer isolated

reference