Hi,
I was wondering if this common IDE feature is available.
Suppose i open many files using VIM, using vsplit and split. Then , I close everthing.
The next day, i want to recover those files. That is, recover the way they were opened, not having to open each one (using split and vsplit) again.
Is that possible?
UPDATE:
Using :mksession! and source commands, mapping commands in .vimrc file, is there a way to parameterize mappings so as to write a specific file?
for example:
map <F2> :mksession! ~/vim_session @INSERT_HERE<cr> "Save session to @INSERTHERE file
Thanks in advance