cheatsheets/emacs.md

28 lines
330 B
Markdown
Raw Permalink Normal View History

2014-02-25 10:32:14 +00:00
---
title: Emacs
2018-12-06 22:15:40 +00:00
category: CLI
2014-02-25 10:32:14 +00:00
---
### Movements
^n ^p # up/down
^f ^b # left/right
^v Mv # up/down page
^a ^e # begin/end of line
Ma Me # begin/end of sentence
### Basic
^x ^f # find file
^x ^s # save file
### Command line
Mx
### Packages
Mx package-install RET evil RET