Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'sessionoptions': restore quickfix window #7602

Open
languitar opened this issue Nov 20, 2017 · 5 comments
Open

'sessionoptions': restore quickfix window #7602

languitar opened this issue Nov 20, 2017 · 5 comments
Labels
enhancement feature request
Milestone

Comments

@languitar
Copy link

  • nvim --version: v0.2.2
  • Operating system/version: archlinux64
  • Terminal name/version: termite
  • $TERM: xterm-termite

Steps to reproduce using nvim -u NORC

nvim -u NORC
:vsplit
C-w l
:copen
:mksession session.vim
:qa
nvim -u NORC -s session.vim

Actual behaviour

The quickfix window (bottom right) is gone

Expected behaviour

The quickfix window is restored. For my workflow there is some rationale where I place that window, so I would like to see it being restored just like other windows / buffers.

@justinmk
Copy link
Member

There's a "help" flag in 'sessionoptions' so I guess there could be "quickfix".

You could also use the SessionLoadPost event to do this ...

@justinmk justinmk added this to the unplanned milestone Nov 23, 2017
@justinmk justinmk added the enhancement feature request label Nov 23, 2017
@justinmk justinmk changed the title Quickfix window not stored in session 'sessionoptions': restore quickfix window Nov 23, 2017
@languitar
Copy link
Author

An additional entry in sessionoptions would be great

@ariel-frischer
Copy link

I support this issue in solidarity. 🫡

@zeertzjq
Copy link
Member

zeertzjq commented Sep 20, 2022

Does this work with :set sessionoptions+=options?

@ariel-frischer
Copy link

@zeertzjq That did not seem to work for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature request
Projects
None yet
Development

No branches or pull requests

4 participants