1e291f276d21
Stuff.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 14 Dec 2010 20:12:58 -0500 |
parents | 35f595330c7b |
children | 29ed704bc669 |
branches/tags | (none) |
files | .tmux.conf .zshrc vim/.vimrc |
Changes
--- 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
--- 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'
--- 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 <F2> :NERDTreeToggle<cr> @@ -366,8 +366,6 @@ if has('gui_running') set guifont=Menlo:h12 - colorscheme molokai - set background=dark set go-=T set go-=l