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
background no | |
update_interval 1 | |
cpu_avg_samples 1 | |
net_avg_samples 2 | |
temperature_unit celsius | |
double_buffer yes | |
no_buffers yes | |
text_buffer_size 2048 |
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
################################ | |
# change prefix to C-o # | |
################################ | |
set -g prefix C-o | |
unbind-key C-b | |
bind-key o send-prefix | |
################################ | |
# options # | |
################################ |
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 nocompatible | |
filetype off | |
"vbundle | |
set rtp+=~/.vim/bundle/vundle/ | |
call vundle#rc() | |
"bundle list | |
source ~/.vim/list.vim |
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
" let Vundle manage Vundle | |
" required! | |
Bundle 'gmarik/vundle' | |
" code completions | |
Bundle 'Shougo/neocomplcache' | |
Bundle 'garbas/vim-snipmate' | |
Bundle 'honza/snipmate-snippets' | |
Bundle 'mattn/zencoding-vim' | |
" snipmate dependencies |