Update some configs

This commit is contained in:
Tobias Reisinger 2023-04-02 19:27:48 +02:00
parent 65f913310a
commit 92366b38ac
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 17 additions and 14 deletions
.config/vim

View file

@ -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