You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keymap.set("n", "<leader>wr", "<cmd>SessionRestore<CR>", { desc="Restore session for cwd" }) -- restore last workspace session for current directory
keymap.set("n", "<leader>ws", "<cmd>SessionSave<CR>", { desc="Save session for auto session root dir" }) -- save workspace session for current working directory