How do I suppress noisy search count messages while keeping search behavior unchanged?
:set shortmess+=S
Vim's search count feedback ([3/27]) is useful until it starts flooding the command area during rapid navigation.
:set shortmess+=S
Vim's search count feedback ([3/27]) is useful until it starts flooding the command area during rapid navigation.
:set showcmdloc=statusline
When you chain operators and motions, showcmd feedback is critical, but the default bottom-line location can fight with command messages and prompts.
:set foldcolumn=auto:3
If you use folds heavily, a fixed fold column is a tradeoff: foldcolumn=0 hides useful fold cues, while a constant width wastes horizontal space in files that b
vim.ui.select()
Neovim exposes vim.
:set winblend=20
Neovim's winblend option controls the pseudo-transparency of floating windows.
:set cmdheight=0
Setting cmdheight=0 in Neovim 0.