summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/persistence.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/editor/persistence.fnl')
-rw-r--r--fnl/plugins/editor/persistence.fnl7
1 files changed, 7 insertions, 0 deletions
diff --git a/fnl/plugins/editor/persistence.fnl b/fnl/plugins/editor/persistence.fnl
index 4cde73e..0b4e7a8 100644
--- a/fnl/plugins/editor/persistence.fnl
+++ b/fnl/plugins/editor/persistence.fnl
@@ -2,4 +2,11 @@
{1 :folke/persistence.nvim
:event :VeryLazy
+ :keys [{1 :<leader>sn 2 :<cmd>RestoreSession<cr> :desc "Restore session"}
+ {1 :<leader>se
+ 2 :<cmd>RestoreLastSession<cr>
+ :desc "Restore last session"}
+ {1 :<leader>si
+ 2 :<cmd>IgnoreSession<cr>
+ :desc "Ignore current session"}]
:opts {:options [:buffers :curdir :tabpages :winsize :help]}}