嗓子痒痒老想咳嗽是什么原因
Tagged with highlight cursorline
5 questions
0
votes
2
answers
249
views
Homebrew Vim not sourcing ~/.vimrc after iTerm, MacOS updates
I am using vim installed via homebrew:
> which vim
/opt/homebrew/bin/vim
> vim --version
VIM - Vi IMproved 9.1 (2024 Jan 02, compiled May 09 2024 07:15:02)
macOS version - arm64
Included ...
4
votes
1
answer
6k
views
How to highlight cursor line number without cursor line?
I want the cursor line number to have a different color than the rest of numbers when cursorline is disabled.
The highlight CursorLineNR is only active when set cursorline is set. I could do set ...
6
votes
2
answers
1k
views
How can I still see underscores with cursorline?
Background and problem
I've just discovered how to make the cursor a vertical line in insert mode. This works well with cursorline; even with the thinner cursor, I can still easily find my position.
...
1
vote
2
answers
3k
views
How to set CursorLine highlight color for the gruvbox colorscheme [duplicate]
When I use the colorscheme gruvbox (installed with vim-plug), it overrides my configuration of the Cursorline highlight, eg
set cursorline
hi CursorLine cterm=NONE ctermbg=black
with the same color ...
0
votes
2
answers
2k
views
How to change the cursor line higlighting only for one window (namely the quickfix one)?
I want the cursor line in the quickfix window to be more distinguishable, than in other windows.
Initially I thought that there has to be some different highlight group, it seemly turned out to be ...