editor - vim - changing the color of selected text -


i editing document in vim, not code. new vim , come windows background. trying select block of text , change it's color. know how select text using visual mode. can please tell me how change color selection?

i define presets, eg. red, green, blue, yellow etc, , selected text - :set color = red

is possible? can please show me how?


Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -