one more thing conserning sessions, i want to keep all the session
files in a specific folder i.e. ~/sessions/session_name.vim

is there any way to make vim save by default all sessions in the
specific folder and load from this specific folder.
so that i can do the following:
 mksession session_name.vim
 source session_name.vim

if this is not possible, can i define a sort of variable so that i can
something like this:

 mksession $SESSION_DIR/session_name.vim
 source  $SESSION_DIR/session_name.vim

-nicolas

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to