vimrc: show filename in terminal title
This commit is contained in:
parent
85803b08a9
commit
fbb1cf5089
6
vimrc
6
vimrc
@ -93,3 +93,9 @@ let g:ycm_semantic_triggers = {'haskell' : ['.']}
|
|||||||
let g:ycm_show_diagnostics_ui = 1
|
let g:ycm_show_diagnostics_ui = 1
|
||||||
|
|
||||||
let g:jellybeans_background_color = '000000'
|
let g:jellybeans_background_color = '000000'
|
||||||
|
|
||||||
|
if &term == "screen" || &term == "screen-bce"
|
||||||
|
set t_ts=k
|
||||||
|
set t_fs=\
|
||||||
|
endif
|
||||||
|
set title
|
||||||
|
Loading…
Reference in New Issue
Block a user