Following docs:
Visual g CTRL-G Similar to g CTRL-G, but Word, Character, Line, and Byte counts for the visually selected region are displayed. In Blockwise mode, Column count is also shown.
I frequently made use of g Ctrl-G shortcut to get count of words and characters within selection while in Visual mode. On example of the document containing:
Sample document with some text
This provides the desired result and prints the number of characters 30 + 1 correctly. My problem is that, the information disappears fairly quickly as for my taste. This is shown below:
I would like to either:
- Increase the time during which the count information is available
- Disable auto-hide permanently and keep the details visible unless explicitly instructed to hide