Skip to content

Instantly share code, notes, and snippets.

@tmyymmt
Created November 12, 2012 06:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
.tmux.conf for osx
bind -r ^ resize-pane -R 5
bind -r C-^ resize-pane -L 5
bind 0 kill-pane
bind 2 split-window -v
bind 3 split-window -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment