Skip to content

Instantly share code, notes, and snippets.

@pstiasny
Created December 12, 2013 22:19
Show Gist options
  • Save pstiasny/7936600 to your computer and use it in GitHub Desktop.
Save pstiasny/7936600 to your computer and use it in GitHub Desktop.
tmux.conf
$ cat ~/.tmux.conf
set-option -g prefix C-a
bind-key C-a last-window
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
set -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on
set -g base-index 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment