Skip to content

Instantly share code, notes, and snippets.

View rojaster's full-sized avatar
👁️
I am only the noise on the wires

alekum rojaster

👁️
I am only the noise on the wires
View GitHub Profile
@rojaster
rojaster / README.md
Created September 6, 2016 19:55 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@rojaster
rojaster / spacemacs-cheatsheet.txt
Created August 21, 2016 14:36 — forked from davoclavo/spacemacs-cheatsheet.md
Spacemacs cheatsheet
`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`