Skip to content

Instantly share code, notes, and snippets.

@davividal
Created January 20, 2015 17:45
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 davividal/00fc66c6212f19999837 to your computer and use it in GitHub Desktop.
Save davividal/00fc66c6212f19999837 to your computer and use it in GitHub Desktop.
Copied from somewhere: $HOME/.tmux.conf
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set-option -g pane-border-fg colour235 #base02
set-option -g pane-active-border-fg colour240 #base01
set-option -g prefix C-a
bind-key C-a last-window
bind r source-file ~/.tmux.conf \; display-message "Config reloaded..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment