Basic vim section, + set title

This commit is contained in:
Jonas Forsberg 2020-05-25 17:51:47 +02:00
parent b398be2a0a
commit 129551bad1
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

4
.vimrc
View File

@ -1,3 +1,6 @@
" Basic vim settings
set title
set number
set laststatus=2
set encoding=utf-8
set autoindent
@ -13,7 +16,6 @@ set expandtab
" Set to show invisibles (tabs & trailing spaces) & their highlight color
set list listchars=tab:»\ ,trail
set number
""""""""""""""""""""
" GnuPG Extensions "