I'm using PuTTY and vim and I'd like to know the current tab size.
How can I check that?
<tab>
You can append ? to a command to get the current value. :set tabstop? will output the current tab size.
?
:set tabstop?
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
5 months ago
viewed
58 times
active
<tab>and counting the number of empty cells. – romainl Dec 17 '12 at 7:42