Skip to content

Instantly share code, notes, and snippets.

@auselen
Created December 14, 2017 10:07
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 auselen/7b1ef38bd1187c05e87946c917d6085e to your computer and use it in GitHub Desktop.
Save auselen/7b1ef38bd1187c05e87946c917d6085e to your computer and use it in GitHub Desktop.
set -g mouse on
set-option -g history-limit 50000
set-window-option -g xterm-keys on
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment