this post was submitted on 25 Nov 2023
42 points (93.8% liked)

VIM - Vi Improved

103 readers
1 users here now

VIM - Vi Improved, text editor community

Please use English.

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 9 months ago* (last edited 9 months ago) (1 children)

I’ll go first: For me incrementing search is a must-have.

Vim script:

set incsearch

Lua:

vim.opt.incsearch = true

Edit: Typo

[–] [email protected] 2 points 9 months ago (1 children)

That was a typo though, wasn't it? Bcs I'm not ruling out the possibility that there's an FBI plugin for neovim nowadays.

[–] [email protected] 2 points 9 months ago

Ha! Good catch, that’s my bad. Thanks btw.