Skip to content

Instantly share code, notes, and snippets.

@Ash-Crow
Last active July 21, 2016 11:34
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 Ash-Crow/d3b943d3392b5e2da2145b582c07d62e to your computer and use it in GitHub Desktop.
Save Ash-Crow/d3b943d3392b5e2da2145b582c07d62e to your computer and use it in GitHub Desktop.
.tmux.conf
# Sane scrolling
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
# History limit actually useful
set -g history-limit 50000
# More practical keys for splitting
bind ) split-window -c "#{pane_current_path}"
bind = split-window -h -c "#{pane_current_path}"
@Ash-Crow
Copy link
Author

On distant sessions only

set -g prefix C-a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment