vim cursorcolum color
:highlight CursorColumn ctermbg=darkmagenta
vim cursorcolum color
:highlight CursorColumn ctermbg=darkmagenta
vim get color name at cursor
# Returns the foreground color ID of the character at cursor.
# Replace "fg" with "bg" to get the background color.
:echo synIDattr(synIDtrans(synID(line("."), col("."), 1)), "fg")
#============================== SIDE-NOTE ===============================
# You can "alias" it in your vimrc for simpler use in the future like so:
cnoreabbrev GetFgColor echo synIDattr(synIDtrans(synID(line("."),
col("."), 1)), "fg")
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us