Shatur / neovim-session-manager

A simple wrapper around :mksession.
GNU General Public License v3.0
530 stars 52 forks source link

Vim marks are removed when switching sessions #100

Closed bzgec closed 1 year ago

bzgec commented 1 year ago

Describe the problem or limitation you are having Vim marks are removed when switching sessions.

Describe the solution you'd like I would like my previous marks to be restored when I switch sessions.

Describe alternatives you've considered Instead of global marks I use harpoon to switch between files. There is also an option to have multiple harpoon marks per file - Multiple marks per file #139 . Harpoon solution addresses the issue of global marks for me, but the problem with buffer local marks still persists.

Shatur commented 1 year ago

We use :mksession. If :mksession does not save marks, then there is nothing we can do about it.