Skip to content

Instantly share code, notes, and snippets.

@erikh
Created September 9, 2013 20:19
Show Gist options
  • Save erikh/6500943 to your computer and use it in GitHub Desktop.
Save erikh/6500943 to your computer and use it in GitHub Desktop.
set-window-option -g mode-keys vi
set-option -g status off
set-option -g default-command "reattach-to-user-namespace /bin/zsh -l"
set-option -g prefix C-f
set-option -g prefix2 C-b
set-option -g mode-mouse off
bind-key 'P' run-shell "tmux set-buffer \"$(pbpaste)\"; tmux paste-buffer"
bind-key 'Y' run-shell "tmux show-buffer | pbcopy"
bind-key f last-pane
bind-key C-f select-pane -t :.+
new-session
split-window -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment