Skip to content

Instantly share code, notes, and snippets.

@e13h
Created August 20, 2020 20:15
Show Gist options
  • Save e13h/962bf17b2ceb02572f74a6bca711ec5d to your computer and use it in GitHub Desktop.
Save e13h/962bf17b2ceb02572f74a6bca711ec5d to your computer and use it in GitHub Desktop.
My personal tmux config
# reload config file (change file location to your the tmux.conf you want to use)
bind r source-file ~/.tmux.conf
# 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