Enable smart tabbing

This commit is contained in:
Kevin MacMartin 2014-11-21 01:59:13 -05:00
parent 56ef01f45c
commit 6107597d69

View file

@ -80,7 +80,7 @@
"BEHAVIOUR: {{{
set history=250 "size of the undo history
set whichwrap=b,s,<,>,[,] "scrolling left/right off current line wraps to the next/previous
set smarttab expandtab autoindent tabstop=4 shiftwidth=4 "configure tabs
set smarttab expandtab autoindent smartindent tabstop=4 shiftwidth=4 "configure tabs
set hlsearch incsearch ignorecase smartcase "configure how search behaves
set timeout timeoutlen=500 "how long before timing out for mappings
set ttimeout ttimeoutlen=100 "how long before timing out for terminal key codes