feat: updated .vimrc, naming
This commit is contained in:
15
shell/dot.vimrc
Normal file
15
shell/dot.vimrc
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user