Update vim/.vimrc
This commit is contained in:
@@ -18,3 +18,7 @@ set number
|
||||
|
||||
" Enable mouse for selection n all
|
||||
set mouse+=a
|
||||
|
||||
set tabstop=4 " Width of tab character
|
||||
set shiftwidth=4 " Width for indent operations (like >> and <<)
|
||||
set noexpandtab " Use actual tab characters, not spaces
|
||||
Reference in New Issue
Block a user