Remove nerdtree

This commit is contained in:
Gea-Suan Lin
2013-06-30 02:47:56 +08:00
parent 9dcb42e1d3
commit 45086dd3b7
3 changed files with 0 additions and 8 deletions

3
.gitmodules vendored
View File

@@ -1,9 +1,6 @@
[submodule ".vim/bundle/git-vim"]
path = .vim/bundle/git-vim
url = https://github.com/motemen/git-vim
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/snipmate.vim"]
path = .vim/bundle/snipmate.vim
url = https://github.com/msanders/snipmate.vim.git

4
.vimrc
View File

@@ -37,7 +37,6 @@ highlight Search cterm=none ctermbg=blue
"
" keybinding
nmap <Esc>[Z <C-w>W
nmap <F2> :NERDTreeToggle<CR>
nmap <Tab> <C-w>w
"
" other
@@ -49,6 +48,3 @@ au BufNewFile,BufRead Makefile set noexpandtab
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
"
call pathogen#infect()
"
autocmd vimenter * NERDTree | wincmd w
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif