vimrc: show filename in terminal title

This commit is contained in:
Gabriel Ebner 2014-08-10 09:09:56 +02:00
parent 85803b08a9
commit fbb1cf5089

6
vimrc

@ -93,3 +93,9 @@ let g:ycm_semantic_triggers = {'haskell' : ['.']}
let g:ycm_show_diagnostics_ui = 1
let g:jellybeans_background_color = '000000'
if &term == "screen" || &term == "screen-bce"
set t_ts=k
set t_fs=\
endif
set title