Skip to content

Instantly share code, notes, and snippets.

@smat
Created October 12, 2015 06:52
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 smat/6ab413152715fcdea8e3 to your computer and use it in GitHub Desktop.
Save smat/6ab413152715fcdea8e3 to your computer and use it in GitHub Desktop.
tmux.conf
# Enable mouse
setw -g mode-mouse on
# Start windows and panes at 1, not 0
set -g base-index 1
set -g pane-base-index 1
setw -g aggressive-resize on
setw -g mode-keys vi
set -g default-terminal "screen-256color"
set -g set-titles on
#set -g terminal-overrides "rxvt*:XT"
bind C-y run-shell "tmux save-buffer - | xsel -i -b"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment