xolox / vim-session

Extended session management for Vim (:mksession on steroids)
http://peterodding.com/code/vim/session/
961 stars 80 forks source link

Show session name in gvim titlebar #129

Open bbreinbauer opened 9 years ago

bbreinbauer commented 9 years ago

It would be nice if the current session is displayed in the window titlebar. Maybe something like this: let &titlestring = SessionName . &titlestring

math2001 commented 7 years ago

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.