sessions.nvim icon indicating copy to clipboard operation
sessions.nvim copied to clipboard

a simple session manager plugin

Results 3 sessions.nvim issues
Sort by recently updated
recently updated
newest added

Thanks for the great plugin! I added this feature to support my workflow, it allows naming sessions when using absolute mode rather than only storing them as paths split by...

Thank you for your efforts. I loaded 4 buffers and removed 1 buffers from list. The removed 1 buffer is listed also as $argadd in `session_filepath` file. ![image](https://github.com/user-attachments/assets/5701b217-7e13-4dcb-9c52-299b5ebeb4be) I guess...

``` local function save_terminal_info() vim.notify("Terminal info saved: ", vim.log.levels.INFO) end local function restore_terminals() vim.notify("Terminal relaod: ", vim.log.levels.INFO) end local opts = { events = {}, session_filepath = "/home/aemonge/.local/share/nvim/sessions/", absolute =...