From 07a2af508cb525fcfdb60742891f1b47a56f5fdd Mon Sep 17 00:00:00 2001 From: self Date: Wed, 19 Oct 2022 16:24:02 +0100 Subject: Indecisive, but a return to 8-wide tabs... --- init.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.vim') diff --git a/init.vim b/init.vim index 0989928..bc2a168 100755 --- a/init.vim +++ b/init.vim @@ -4,11 +4,11 @@ set ignorecase " case insensitive set mouse=v " middle-click paste with set hlsearch " highlight search set incsearch " incremental search -set tabstop=4 " number of columns occupied by a tab +" set tabstop=4 " number of columns occupied by a tab " set softtabstop=4 " see multiple spaces as tabstops so does the right thing " set expandtab " converts tabs to white space -set shiftwidth=4 " width for autoindents -set autoindent " indent a new line the same amount as the line just typed and this is cool +" set shiftwidth=4 " width for autoindents +set autoindent " indent a new line the same amount as the line just typed set number " add line numbers set wildmode=full,longest,list " get bash-like tab completions set cc=80 " set an 80 column border for good coding style -- cgit v1.2.1