Mercurial > vim
changeset 19:1c8e1cdb35f7
updating tab space
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Tue, 06 Jan 2026 14:00:08 -0500 |
| parents | 203279635445 |
| children | 7cc13548becc |
| files | .vimrc |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
