add: aliases and vim settings

fix: more tolerant jack values
This commit is contained in:
Tobias Reisinger 2020-08-18 11:40:28 +02:00
parent f7f7365228
commit c584d47a1f
3 changed files with 8 additions and 5 deletions
.config/vim

View file

@ -23,6 +23,8 @@ set encoding=utf-8
set nowrap
set wildmode=longest,list,full
autocmd FileType yaml setlocal ai ts=2 sw=2 et cuc nu
runtime ftplugin/man.vim