Skip to content

Instantly share code, notes, and snippets.

@tmyymmt
Created November 12, 2012 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmyymmt/4057836 to your computer and use it in GitHub Desktop.
Save tmyymmt/4057836 to your computer and use it in GitHub Desktop.
.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