Skip to content

Instantly share code, notes, and snippets.

View alfred-dub's full-sized avatar

Alfredo Torre alfred-dub

  • Dub
  • London, United Kingdom
View GitHub Profile
`emacs --daemon` to run in the background.
`emacsclient.emacs24 <filename/dirname>` to open in terminal
NOTE: "M-m and SPC can be used interchangeably".
* Undo - `C-/`
* Redo - `C-?`
* Change case: 1. Camel Case : `M-c`
2. Upper Case : `M-u`
3. Lower Case : `M-l`