add tabstop

This commit is contained in:
Aaron Riedel 2024-02-22 09:10:07 +01:00
parent 353c7ec7e1
commit 8ffcf4ead6
No known key found for this signature in database
GPG key ID: 50208C903E8FC322

5
.vimrc
View file

@ -36,3 +36,8 @@ autocmd BufWinEnter * if getcmdwintype() == '' | silent NERDTreeMirror | endif
" nnoremap <C-n> :NERDTree<CR> " nnoremap <C-n> :NERDTree<CR>
nnoremap <C-y> :NERDTreeFocus<CR> nnoremap <C-y> :NERDTreeFocus<CR>
set tabstop=2
set shiftwidth=2
set softtabstop=2
set expandtab