amix 7 years ago
parent 557882cb8c
commit 44481c9278
  1. 8
      vimrcs/filetypes.vim

@ -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

Loading…
Cancel
Save