This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: un-indenting doesn't work with vim


Put it another way: in vim (in insert mode), the tab key just inserts
a tab (which it displays as the number of spaces needed to get to the
next even value of whatever tabstop is set to).  It has nothing to do
with vim's idea of indentation, automatic or otherwise.

The control-D ("outdent" or "unindent") operation is the opposite not
of tab, but of control-T ("indent").   Both use the setting of
shiftwidth, not tabstop.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]