Skip to content

Instantly share code, notes, and snippets.

@rherrick
Created November 23, 2014 20:46
Show Gist options
  • Save rherrick/4f33a24ef55927f9e013 to your computer and use it in GitHub Desktop.
Save rherrick/4f33a24ef55927f9e013 to your computer and use it in GitHub Desktop.
tmux configuration files
unbind C-b
set -g prefix C-\\
bind | split-window -h
bind \ split-window -h
bind - split-window -v
bind _ split-window -v
bind R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded!"
# Initialize session binding
bind s source-file ~/.tmux/logs
bind S source-file ~/.tmux/default
# Default session definition
splitw -h -p 50
splitw -v -p 50
selectp -t 0
splitw -v -p 50
selectp -t 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment