conf: Add terminator configuration, pretty format i3 home conf

This commit is contained in:
kuben
2019-08-07 21:05:37 +02:00
parent 77288d1ee9
commit fc82366233
4 changed files with 66 additions and 36 deletions

4
.vimrc
View File

@@ -34,6 +34,10 @@ highlight Search ctermbg=5
filetype plugin indent on " required
syntax on
"
" Set the filetype based on the file's extension, but only if
" 'filetype' has not already been set
au BufRead,BufNewFile *.config setfiletype conf
set tabstop=4 " show existing tab with 4 spaces width
set shiftwidth=4 " when indenting with '>', use 4 spaces width