Created
September 20, 2015 20:59
-
-
Save shigemk2/f5937fb9b43228fcfcf4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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