1
0
Fork 0
mirror of synced 2024-07-26 18:11:12 -04:00
This commit is contained in:
amix 2016-08-20 13:31:52 +02:00
parent 557882cb8c
commit 44481c9278

View file

@ -54,3 +54,11 @@ endfunction
au FileType coffee call CoffeeScriptFold()
au FileType gitcommit call setpos('.', [0, 1, 1, 0])
""""""""""""""""""""""""""""""
" => Shell section
""""""""""""""""""""""""""""""
if exists('$TMUX')
set term=screen-256color
endif