Skip to content

Instantly share code, notes, and snippets.

@douglasrizzo
Created December 2, 2017 10:24
Show Gist options
  • Save douglasrizzo/2af5ef94812292f6592affb22f875e30 to your computer and use it in GitHub Desktop.
Save douglasrizzo/2af5ef94812292f6592affb22f875e30 to your computer and use it in GitHub Desktop.
My tmux config file
# split panes using | and -
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
# Enable mouse mode (tmux 2.1 and above)
set -g mouse on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment