vim line numbers – how to have them on by default?
I can :set number from within a file I’m editing but how can I have them always be on by default? 9 Answers … Read more
I can :set number from within a file I’m editing but how can I have them always be on by default? 9 Answers … Read more
In Vim, how do I insert characters at the beginning of each line in a selection? For instance, I want to comment out … Read more
To search forward in Vim for cake, I’d type /cake, but the cursor jumps to the first match when I press return. Is … Read more