Skip to content

Instantly share code, notes, and snippets.

@mabahamo
Created February 4, 2017 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mabahamo/c09b8938c5bfc8fd467920c295a50e18 to your computer and use it in GitHub Desktop.
Save mabahamo/c09b8938c5bfc8fd467920c295a50e18 to your computer and use it in GitHub Desktop.
Tmux configuration
unbind C-b
set -g prefix C-a
# use different keys to split vertical and horizonal
bind | split-window -h
bind - split-window -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment