Skip to content

Instantly share code, notes, and snippets.

View poltak's full-sized avatar

Jonathan Poltak Samosir poltak

View GitHub Profile
@poltak
poltak / tmux.md
Last active January 3, 2016 11:59 — forked from andreyvit/tmux.md

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

I'm going to assume that C-f is your prefix.

OS X Preferences


#Disable window animations
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false

#Enable repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false