Re: Displaying Opened File Name in Terminal Title

2006-04-20 Thread Mark Sargent
Yakov Lerner wrote: This is possible. But first, try this: :set laststatus=2 and see if it helps. Hi All, Yakov, that is it. Again, great stuff. Cheers. Mark Sargent.

Re: Displaying Opened File Name in Terminal Title

2006-04-20 Thread Yakov Lerner
On 4/20/06, Mark Sargent <[EMAIL PROTECTED]> wrote: > when I open a lot of files in vi, I sometimes forget which one I'm > in...lol...is there a way to display in the terminal's title which file > is opened by vi? This is possible. But first, try this: :set laststatus=2 and see if it helps. Y

Displaying Opened File Name in Terminal Title

2006-04-19 Thread Mark Sargent
Hi All, when I open a lot of files in vi, I sometimes forget which one I'm in...lol...is there a way to display in the terminal's title which file is opened by vi? That'd be really cool if indeed doable. Is this more a terminal specific thing, and not vi? If so, sorry if it's a little off-top