Closed matofu closed 6 months ago
This is the first ever issue I have ever filed on Github. Sorry if it is bad or unnecessary.
Heyyo @matofu,
The visual block key in the table can be a bit confusing at first. Basically:
"v"
is visual mode
"V"
is visual line mode
""
is visual block mode
Visual block is just a unicode character. When inserted into vim, it will show something like ^V
.
Try copy pasting this into the visual blocks place:
[""] = 'eeee'
Thank you! I was so confused. Sorry for the trouble.
How do I configure the symbol and color for visual block mode? Whenever I enter the mode, staline uses the default colors and symbols. I looked into staline/config.lua, and tried finding the option for visual block mode, but each one I tried (V and ['']) did not work.
Here is my config:
Here is an annotated screenshot: