Updated oh-my-zsh

Also changed buffer behaviour in vim, to start using buffers.
tmux
J.Fernando Sánchez 12 years ago
parent 4f9fa7c3e7
commit 58adf35001

@ -1 +1 @@
Subproject commit 717e567bc8a756fb1223149b62efa9d2e84750c8
Subproject commit 2c7f2f05ddd8d7a7c648c476189192f58f1600f5

@ -11,6 +11,7 @@ call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'LaTeX-Box-Team/LaTeX-Box'
Bundle 'tpope/vim-fugitive'
Bundle "tpope/vim-unimpaired"
Bundle 'scrooloose/nerdtree'
Bundle 'taglist.vim'
Bundle "MarcWeber/vim-addon-mw-utils"
@ -20,10 +21,11 @@ Bundle "garbas/vim-snipmate"
Bundle "SpellCheck"
Bundle "mattn/gist-vim"
Bundle "mattn/webapi-vim"
Bundle "tpope/vim-unimpaired"
filetype plugin indent on " required!
set hidden " To start working with buffers instead of tabs
highlight SpecialKey ctermfg=DarkGray
set listchars=tab:>-,trail:~
set list

Loading…
Cancel
Save