vimrc: Add Explore shortcut and spacify tab space

main
Mickaël Tansorier 7 years ago
parent 28fbe11819
commit c40d97090f

@ -35,3 +35,10 @@ augroup END
set wildmenu
set wildmode=longest:list,full
" set E to Explore
cabbrev E Explore
" show existing tab with 4 spaces width
set tabstop=4
" " when indenting with '>', use 4 spaces width
set shiftwidth=4

Loading…
Cancel
Save