Is there a way to configure vim to do this way?

link|improve this question

25% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You can set your GUI title, statusline, or ruler to show the information. See:

:help 'statusline'
:help status-line
:help 'laststatus'
:help 'rulerformat'
:help 'titlestring'

For example, you could do:

:set laststatus=2 statusline=%f\ %m\ %{&fileencoding?&fileencoding:&encoding}
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.