vim smart tabbing -


in emacs, whenever tab pressed, cursor moves appropriate location on current line. however, in vim, not happen, tab given length , go far every time press tab. there way enable "smart tabbing" in vim?

i'm not sure behavior expect, it.

:set smarttab 

also consider setting:

:set smartindent :set autoindent 

Comments

Popular posts from this blog

c++ - error: use of deleted function -

delphi - ESC/P programming! -

c# - how to write client side events functions for the combobox items -