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. Yakov