Update some configs
This commit is contained in:
parent
65f913310a
commit
92366b38ac
4 changed files with 17 additions and 14 deletions
.config/vim
|
@ -104,6 +104,8 @@ map <leader>n :NERDTreeToggle<CR>
|
|||
map <Leader>m <Plug>(easymotion-prefix)
|
||||
|
||||
nnoremap <CR> :noh<CR><CR>
|
||||
nnoremap <C-d> <C-d>zz
|
||||
nnoremap <C-u> <C-u>zz
|
||||
|
||||
|
||||
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue