I am working on RHEL 6.6. When i open vim editor and set numbers, the line numbers appear but there is a very big indentation from the left side of the screen. is there a way to reduce that gap: Here is a sample:
1 #!/bin/sh
2
3 echo "Hello World"
4
5 echo "bye"
Its almost 6 spaces empty to the left of numbers 1, 2, 3 ...
I tried googling but could not find an answer to this problem (though found some other useful commands around vim)



:h 'numberwidth'numberwidthin the same way that you turned on numbers in the first place.vim --version.