Overview
The Numbered Display in Vim (or Ruler) is extremely helpful when programming. However, sometimes, such as when you need to copy text from vim and paste to another program, you need to turn off the numbered display.
Solution
To do this, type this in vim
:set nonumber
The numbers should disappear. If you want them to reappear, type this in vim
:set number
NOTE: Please note that this guide is currently in rough draft form. If you would like it to be more in depth, I will be extremely happy to improve on this, all you need to do is ask in the comments and I will do it asap (I just don't want to spend forever on something no one reads and/or cares about).
No comments :
Post a Comment