Update vim/.vimrc

This commit is contained in:
2025-12-24 13:54:59 +00:00
parent 4915ce48da
commit 8220baa7f2

View File

@@ -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