Created
December 2, 2017 10:24
-
-
Save douglasrizzo/2af5ef94812292f6592affb22f875e30 to your computer and use it in GitHub Desktop.
My tmux config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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