Start ssh-agent when needed

This commit is contained in:
Sonny Bakker 2017-11-06 21:50:45 +01:00
parent 26c8b32b06
commit 847ccd2691
2 changed files with 22 additions and 3 deletions

View file

@ -21,7 +21,7 @@ au BufWinLeave *.py mkview
au BufWinEnter *.py silent loadview
" file specific formatting
autocmd Filetype python setlocal tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix
autocmd Filetype python,bash,sh setlocal tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix
autocmd Filetype css,html,htmldjango,javascript setlocal tabstop=2 softtabstop=2 shiftwidth=2
" fold methods based on indents