2

I'm using PuTTY and vim and I'd like to know the current tab size.

How can I check that?

1
  • By inserting a <tab> and counting the number of empty cells.
    – romainl
    Commented Dec 17, 2012 at 7:42

1 Answer 1

8

You can append ? to a command to get the current value. :set tabstop? will output the current tab size.

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .