Starting trial with vim 'incsearch' on.
dblume

dblume commited on 2024-01-17 17:38:52
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -11,6 +11,7 @@ set nowrap          " no wrapping text lines on the screen (exceptions below)
11 11
 set sidescroll=5
12 12
 set listchars+=tab:>-,precedes:<,extends:>,nbsp:ยท " for :set list
13 13
 set iskeyword+=-    " Add - to list of non-word-breaking chars.
14
+set incsearch       " Navigate to matched strings while typing. Toggle: :set is!
14 15
 
15 16
 if v:version >= 703
16 17
   " Do save the undo tree to file, but not in the local directory.
17 18