diff --git a/vim/.vimrc b/vim/.vimrc index 53e476e..6a5b944 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -18,3 +18,5 @@ if &term =~ '256color' set t_ut= endif +" Use tabs in shell +autocmd FileType sh setlocal tabstop=4 shiftwidth=4 noexpandtab