Mercurial > vim
comparison .vimrc @ 19:1c8e1cdb35f7
updating tab space
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Tue, 06 Jan 2026 14:00:08 -0500 |
| parents | 203279635445 |
| children | 7cc13548becc |
comparison
equal
deleted
inserted
replaced
| 18:203279635445 | 19:1c8e1cdb35f7 |
|---|---|
| 42 set splitbelow " Open new splits to the bottom | 42 set splitbelow " Open new splits to the bottom |
| 43 set lazyredraw " Reduce the redraw frequency | 43 set lazyredraw " Reduce the redraw frequency |
| 44 set ttyfast " Send more characters in fast terminals | 44 set ttyfast " Send more characters in fast terminals |
| 45 set nobackup nowritebackup noswapfile " Turn off backup files | 45 set nobackup nowritebackup noswapfile " Turn off backup files |
| 46 set noerrorbells novisualbell " Turn off visual and audible bells | 46 set noerrorbells novisualbell " Turn off visual and audible bells |
| 47 "set shiftwidth=2 tabstop=2 " Two spaces for tabs everywhere | 47 set shiftwidth=4 tabstop=4 |
| 48 set history=500 | 48 set history=500 |
| 49 set hlsearch " Highlight search results | 49 set hlsearch " Highlight search results |
| 50 set ignorecase smartcase " Search queries intelligently set case | 50 set ignorecase smartcase " Search queries intelligently set case |
| 51 set incsearch " Show search results as you type | 51 set incsearch " Show search results as you type |
| 52 set timeoutlen=1000 ttimeoutlen=0 " Remove timeout when hitting escape | 52 set timeoutlen=1000 ttimeoutlen=0 " Remove timeout when hitting escape |
