Skip to content

Instantly share code, notes, and snippets.

View ivyivylynn's full-sized avatar

Irene ivyivylynn

View GitHub Profile
@ivyivylynn
ivyivylynn / My_Emacs_ChSh.txt
Last active June 5, 2018 18:22
Emacs Cheat Note
* To split window horizontally: C-x 3
* Meta key is ALT.
* list buffers: C-x C-b
* auto close parentheses: M-x electric-pair-mode
@ivyivylynn
ivyivylynn / emacs-cheat-sheet.md
Created May 30, 2018 21:57 — forked from dherman/emacs-cheat-sheet.md
My emacs cheat sheet

In penance for cracking stupid jokes on Twitter, here's my Emacs cheat sheet. Emacs has a steep learning curve, so I've tried to order them by importance so you could learn them in stages.

One overall rule of thumb: pay attention to the minibuffer (the line at the bottom of the editor). It will often guide you through a process, and also gives you hints about what state you're in, such as the middle of a multi-chord sequence.

The other rule of thumb: when in doubt, C-g it out.

Basics (mandatory)

You simply can't get by without having these at your fingertips.