Vim users: If you'd like to highlight the whole line the cursor is on:
:set cursorline
I just used that when examining package output from dpkg -l so that I could easily see which description matched each package.
Vim users: If you'd like to highlight the whole line the cursor is on:
:set cursorline
I just used that when examining package output from dpkg -l so that I could easily see which description matched each package.
@lkdjiin Even better: throw it in your vimrc or lua config. Boom, always on.
It was included in a config file I copied when I was just getting started with vim, so It took me a few seconds to remember that's not just default behaviour =)