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# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -