Updated oh-my-zsh
Also changed buffer behaviour in vim, to start using buffers.
This commit is contained in:
Submodule oh-my-zsh updated: 717e567bc8...2c7f2f05dd
4
vimrc
4
vimrc
@@ -11,6 +11,7 @@ call vundle#rc()
|
|||||||
Bundle 'gmarik/vundle'
|
Bundle 'gmarik/vundle'
|
||||||
Bundle 'LaTeX-Box-Team/LaTeX-Box'
|
Bundle 'LaTeX-Box-Team/LaTeX-Box'
|
||||||
Bundle 'tpope/vim-fugitive'
|
Bundle 'tpope/vim-fugitive'
|
||||||
|
Bundle "tpope/vim-unimpaired"
|
||||||
Bundle 'scrooloose/nerdtree'
|
Bundle 'scrooloose/nerdtree'
|
||||||
Bundle 'taglist.vim'
|
Bundle 'taglist.vim'
|
||||||
Bundle "MarcWeber/vim-addon-mw-utils"
|
Bundle "MarcWeber/vim-addon-mw-utils"
|
||||||
@@ -20,10 +21,11 @@ Bundle "garbas/vim-snipmate"
|
|||||||
Bundle "SpellCheck"
|
Bundle "SpellCheck"
|
||||||
Bundle "mattn/gist-vim"
|
Bundle "mattn/gist-vim"
|
||||||
Bundle "mattn/webapi-vim"
|
Bundle "mattn/webapi-vim"
|
||||||
Bundle "tpope/vim-unimpaired"
|
|
||||||
|
|
||||||
filetype plugin indent on " required!
|
filetype plugin indent on " required!
|
||||||
|
|
||||||
|
set hidden " To start working with buffers instead of tabs
|
||||||
|
|
||||||
highlight SpecialKey ctermfg=DarkGray
|
highlight SpecialKey ctermfg=DarkGray
|
||||||
set listchars=tab:>-,trail:~
|
set listchars=tab:>-,trail:~
|
||||||
set list
|
set list
|
||||||
|
Reference in New Issue
Block a user