onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.36k stars 301 forks source link

Support starting Oni with session files from command line #2690

Open mchalkley opened 5 years ago

mchalkley commented 5 years ago

Oni Version: 0.3.10 Neovim Version (Linux only): Operating System: Windows Issue: The "-S sessionFileName" command line option doesn't seem to be supported. Session files can be loaded after Oni starts, using the :so command, however...

Expected behavior: Oni will open the specified session file and restore the buffers and view states that is typical of a normal Vim installation.

Actual behavior: Running Oni with "-S sessionFileName" parameter opens Oni with blank buffer only

Steps to reproduce: