Skip to content

Instantly share code, notes, and snippets.

@erikh
Created January 25, 2015 19:50
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 erikh/4468b23b3eae706a9eda to your computer and use it in GitHub Desktop.
Save erikh/4468b23b3eae706a9eda 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 "/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