Update .vimrc
This commit is contained in:
parent
523338c10e
commit
c3cf43a2ff
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -37,6 +37,8 @@ autocmd BufWinEnter * if getcmdwintype() == '' | silent NERDTreeMirror | endif
|
|||
" nnoremap <C-n> :NERDTree<CR>
|
||||
nnoremap <C-y> :NERDTreeFocus<CR>
|
||||
|
||||
set list listchars=tab:>-,trail:.,extends:>
|
||||
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set softtabstop=2
|
||||
|
|
Loading…
Reference in a new issue