From 017dffc544cabade2a69ea6ba6d309981ef17a9f Mon Sep 17 00:00:00 2001 From: James Dixon Date: Fri, 13 Jan 2023 11:34:31 -0500 Subject: [PATCH] update tab settings and comments --- config/vim/.vim/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/vim/.vim/vimrc b/config/vim/.vim/vimrc index 8f19936..d1dde98 100644 --- a/config/vim/.vim/vimrc +++ b/config/vim/.vim/vimrc @@ -34,7 +34,8 @@ set tabstop=2 " tabstop is the num to use for a tab character set softtabstop=2 " softtabstop makes up the difference between tab and space set shiftwidth=2 " shiftwidth applies to indenting with < and > set expandtab " use space characters to indent instead of tab characters -set autoindent " try to autoindent based on context +set autoindent " copies indent from current line +set smarttab " should not matter if ts, sts and sw are all the same set backspace=indent,eol,start " lets you backspace over anything " key timeout values