Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created September 20, 2015 20:59
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 shigemk2/f5937fb9b43228fcfcf4 to your computer and use it in GitHub Desktop.
Save shigemk2/f5937fb9b43228fcfcf4 to your computer and use it in GitHub Desktop.
set-option -g prefix C-t
bind t send-prefix
#bind r source-file "~/.tmux.conf"; display-message "Reload Config!!"
bind r source-file ~/.tmux.conf \; display "Reloaded!"
set-option -g status-utf8 on
set -g status-right '#(rainbarf)'
### for Linux
if-shell "which xsel" '\
bind-key -t emacs-copy y copy-pipe "xsel -ib"; \
bind-key -t emacs-copy enter copy-pipe "xsel -ib"; \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment