Show Menu
Cheatography

Week 33, 2017 Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Sublim­eText Origami

Create Right
⌘ K, ⌘ →
Focus Right
⌘ K, →
Create Right w/ File
⌘ K, Alt ⌘ →
Clone on right
⌘ K, Alt →
Move Right
⌘ K, Shift →
 

Vim search­/re­place

Find
/
Find rev
?
Next
n
Prev
N
 

git

Amend last commit to this
git commit -a --amend --no-edit
List branches
git branch
List remotes
git remote -v
Push to remote
git push <re­mot­e> <br­anc­h>