Set filetype to unix

This commit is contained in:
Oliver Hartmann 2018-12-22 17:42:33 +01:00
parent 95a0b8e81d
commit 5b31e85e6a

View File

@ -57,9 +57,11 @@ imap <C-F2> <Esc>:vsplit .<CR>
map <S-F2> <Esc>:split .<CR>
imap <S-F2> <Esc>:split .<CR>
" =================save shortcut=======================
" ======================shortcut=======================
map <C-S> <ESC>:wa<CR>
imap <C-S> <ESC>:wa<CR>
"Jump to last modification line
map ö `.
" =================Comments============================
map <C-C> :TComment<CR>