This commit is contained in:
stephan.raabe
2023-02-11 17:22:33 +01:00
parent 2a622b848d
commit 8b93d85fae
5 changed files with 59 additions and 29 deletions
+4 -1
View File
@@ -31,8 +31,11 @@ set nobackup
" Do not let cursor scroll below or above N number of lines when scrolling.
set scrolloff=10
" Set Mouse support
set mouse=a
" Do not wrap lines. Allow long lines to extend as far as the line goes.
set nowrap
" set nowrap
" While searching though a file incrementally highlight matching characters as you type.
set incsearch