Sometimes When I'm using vi I accidentally hit caps lock when I'm in command mode. This apparently puts vi into verbose mode which I'm having trouble finding documentation about how to use. How and when should I use verbose mode?

link|improve this question

76% accept rate
3  
+1 for another vi "I accidentally hit X while Y, and it activated another damn mode. What's this one, then?" story :P – Phoshi Jun 22 '10 at 9:24
feedback

1 Answer

up vote 4 down vote accepted

According to this:

[snip]
* Start Vim in verbose mode: vim -V. (Describes each file being sourced).

or from the manual page:

[snip]
When 'verbose' is non-zero messages are printed (for debugging, to stderr).
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.