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
| possession.list() | list all the existing sessions with fzf-lua; preview shows files in session |`<CR>` load selected session<br>`<Ctrl-x>` delete selection session |
53
-
| possession.new() | prompt for name to create new session | session folder must alredy exist, return a message error otherwise|
54
-
| possession.update() | update current session (if new buffers are open) | do nothing if no session is loaded|
55
-
| possession.delete() | delete current session (without prompt) | do nothing if no session is loaded|
52
+
| possession.list() | list all the existing sessions with fzf-lua; preview shows files in session |`<CR>` load selected session<br>`<Ctrl-x>` delete selection session<br>`<Ctrl-r>` rename selected session<br>`<Ctrl-n>` create new session |
53
+
| possession.new() | prompt for name to create new session | session folder must alredy exist, return a message error otherwise |
54
+
| possession.update() | update current session (if new buffers are open) | do nothing if no session is loaded |
55
+
| possession.delete() | delete current session (without prompt) | do nothing if no session is loaded |
0 commit comments