хочу чтобы был какой-нить файл "проекта" который открыв\заупстив\перечитав открывался вим так как я его оставил(к примеру 4 таба в каждом по своему разделены окна и определенные файлы).
можно такое сделать? или только замораживание\размораживание процесса спасет меня?
man vim :-)
-w {scriptout}
All the characters that you type are recorded in the file
{scriptout}, until you exit Vim. This is useful if you
want to create a script file to be used with "vim -s" or
":source!". If the {scriptout} file exists, characters are
appended.
-s {scriptin}
The script file {scriptin} is read. The characters in the
file are interpreted as if you had typed them. The same
can be done with the command ":source! {scriptin}". If the
end of the file is reached before the editor exits, further
characters are read from the keyboard.