Created
April 26, 2013 02:46
-
-
Save bloopletech/5464777 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 default-terminal "screen-256color" | |
bind-key -n C-T new-window | |
set-window-option -g mode-mouse on | |
set-option -g mouse-resize-pane on | |
set-option -g mouse-select-pane on | |
set-option -g mouse-select-window on | |
set-option -g mouse-utf8 on | |
set-option -g set-titles on | |
set-option -g status-utf8 on | |
set-option -g status-bg colour235 | |
set-option -g status-fg white | |
set-option -g window-status-format " #I. #T #F " | |
set-option -g window-status-current-format " #I. #T #F " | |
set-option -g window-status-bg colour253 | |
set-option -g window-status-fg black | |
set-option -g window-status-current-attr "bold" | |
set-option -g window-status-current-bg colour220 | |
set-option -g window-status-current-fg black |
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
Xft.dpi: 96 | |
Xft.antialias: true | |
Xft.rgba: rgb | |
Xft.hinting: true | |
Xft.hintstyle: hintslight | |
Xft.lcdfilter: lcddefault | |
XTerm*utf8: 2 | |
! to match gnome-terminal "Linux console" scheme | |
! foreground/background | |
XTerm*background: #300a24 | |
XTerm*foreground: #ffffff | |
! XTerm*color0: #2e3436 | |
XTerm*color0: #000000 | |
XTerm*color1: #cc0000 | |
XTerm*color2: #4e9a06 | |
XTerm*color3: #c4a000 | |
XTerm*color4: #3465a4 | |
XTerm*color5: #75507b | |
XTerm*color6: #0b939b | |
XTerm*color7: #d3d7cf | |
XTerm*color8: #555753 | |
XTerm*color9: #ef2929 | |
XTerm*color10: #8ae234 | |
XTerm*color11: #fce94f | |
XTerm*color12: #729fcf | |
XTerm*color13: #ad7fa8 | |
XTerm*color14: #00f5e9 | |
XTerm*color15: #eeeeec | |
XTerm*renderFont: true | |
XTerm*faceName: Ubuntu Mono | |
XTerm*faceSize: 13 | |
XTerm*boldColors: false | |
XTerm*selectToClipboard: false | |
XTerm*vt100.translations: #override \ | |
Shift <KeyPress> Up: scroll-back(1, line) \n\ | |
Shift <KeyPress> Down: scroll-forw(1, line) \n\ | |
Shift <KeyPress> Insert: string(0x1b) string(0x5b) string(2;2~) \n\ | |
Ctrl Shift <KeyPress> C: copy-selection(CLIPBOARD, CUT_BUFFER0, PRIMARY) \n\ | |
Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD, CUT_BUFFER0, PRIMARY) | |
XTerm*scrollBar: false | |
XTerm*saveLines: 65535 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment