Open
Description
Is it possible to achieve the following highlighting in ZLE's Vi visual mode?
(The picture was taken from Vim, not Zsh)
So, to break it down, what I would like is:
- Custom background color for selected region (this blue color in the picture)
- Foreground color to remain as it was before selection (after zsh-syntax-highlighting colored it already)
- Cursor to be visually distinguished from the rest of the selected text. More precisely, it should be inverted/
standout
.
This seems like it should be configurable solely from ZLE, but I wasn't able to achieve it there and also didn't have much luck with this plugin. Any suggestion is appreciated!