# HG changeset patch # User Steve Losh # Date 1292375578 18000 # Node ID 1e291f276d2160d5ac9e9b0db5d74c935211524f # Parent 35f595330c7b67840dfc0c866cf3600790459b6e Stuff. diff -r 35f595330c7b -r 1e291f276d21 .tmux.conf --- a/.tmux.conf Tue Dec 14 11:51:39 2010 -0500 +++ b/.tmux.conf Tue Dec 14 20:12:58 2010 -0500 @@ -13,7 +13,9 @@ bind -t vi-copy y copy-selection bind -n C-p paste-buffer -s \015 +# random options setw -g automatic-rename +set-option -g default-terminal "screen-256color" # status bar set-option -g status-utf8 on diff -r 35f595330c7b -r 1e291f276d21 .zshrc --- a/.zshrc Tue Dec 14 11:51:39 2010 -0500 +++ b/.zshrc Tue Dec 14 20:12:58 2010 -0500 @@ -10,6 +10,8 @@ alias j='z' alias fab='fab -i ~/.ssh/stevelosh' alias oldgcc='export CC=/usr/bin/gcc-4.0' +alias tm='tmux -u2' +alias c='clear' # Environment variables ------------------------------------------------------ export EDITOR='vim' diff -r 35f595330c7b -r 1e291f276d21 vim/.vimrc --- a/vim/.vimrc Tue Dec 14 11:51:39 2010 -0500 +++ b/vim/.vimrc Tue Dec 14 20:12:58 2010 -0500 @@ -73,7 +73,7 @@ " Color scheme (terminal) syntax on set background=dark -colorscheme delek +colorscheme molokai " NERD Tree map :NERDTreeToggle @@ -366,8 +366,6 @@ if has('gui_running') set guifont=Menlo:h12 - colorscheme molokai - set background=dark set go-=T set go-=l