Remove nerdtree
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,9 +1,6 @@
|
|||||||
[submodule ".vim/bundle/git-vim"]
|
[submodule ".vim/bundle/git-vim"]
|
||||||
path = .vim/bundle/git-vim
|
path = .vim/bundle/git-vim
|
||||||
url = https://github.com/motemen/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"]
|
[submodule ".vim/bundle/snipmate.vim"]
|
||||||
path = .vim/bundle/snipmate.vim
|
path = .vim/bundle/snipmate.vim
|
||||||
url = https://github.com/msanders/snipmate.vim.git
|
url = https://github.com/msanders/snipmate.vim.git
|
||||||
|
|||||||
Submodule .vim/bundle/nerdtree deleted from 2cb0fc78fb
4
.vimrc
4
.vimrc
@@ -37,7 +37,6 @@ highlight Search cterm=none ctermbg=blue
|
|||||||
"
|
"
|
||||||
" keybinding
|
" keybinding
|
||||||
nmap <Esc>[Z <C-w>W
|
nmap <Esc>[Z <C-w>W
|
||||||
nmap <F2> :NERDTreeToggle<CR>
|
|
||||||
nmap <Tab> <C-w>w
|
nmap <Tab> <C-w>w
|
||||||
"
|
"
|
||||||
" other
|
" 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
|
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
|
||||||
"
|
"
|
||||||
call pathogen#infect()
|
call pathogen#infect()
|
||||||
"
|
|
||||||
autocmd vimenter * NERDTree | wincmd w
|
|
||||||
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user