# HG changeset patch # User Luka Sitas # Date 1767726008 18000 # Node ID 1c8e1cdb35f751c63cf696120c27b3f97bf3e805 # Parent 2032796354458fadca260c795c21c525dff9cb2f updating tab space diff -r 203279635445 -r 1c8e1cdb35f7 .vimrc --- a/.vimrc Tue Dec 16 11:03:27 2025 -0500 +++ b/.vimrc Tue Jan 06 14:00:08 2026 -0500 @@ -44,7 +44,7 @@ set ttyfast " Send more characters in fast terminals set nobackup nowritebackup noswapfile " Turn off backup files set noerrorbells novisualbell " Turn off visual and audible bells -"set shiftwidth=2 tabstop=2 " Two spaces for tabs everywhere +set shiftwidth=4 tabstop=4 set history=500 set hlsearch " Highlight search results set ignorecase smartcase " Search queries intelligently set case