vim-session
vim-session copied to clipboard
Show session name in gvim titlebar
It would be nice if the current session is displayed in the window titlebar.
Maybe something like this:
let &titlestring = SessionName . &titlestring
IMO, just giving us access to the current session name would be great. I'd like to display it in the status bar...
Something like g:session_name I guess.