feat: updated .vimrc, naming

This commit is contained in:
2020-01-06 17:19:19 +01:00
parent c057f98e09
commit 61283697ba
3 changed files with 15 additions and 6 deletions

15
shell/dot.vimrc Normal file
View File

@ -0,0 +1,15 @@
:set mouse=r
:color desert
:syntax on
:set nu
:set list
:set listchars=tab:>-
:filetype plugin indent on
" show existing tab with 4 spaces width
:set tabstop=4
" when indenting with '>', use 4 spaces width
:set shiftwidth=4
" On pressing tab, insert 4 spaces
:set expandtab