diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-04 22:20:55 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-04 22:20:55 +0200 |
commit | b759110c04803ac9fdd734f3a9c0e6bca82de908 (patch) | |
tree | 52448f36c0fa3370c020beae13860884f0913e86 /fnl | |
parent | 812687c092f40067e8e01a949f2a3a399462e4fd (diff) |
Add keymap for saving session
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/which-key.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl index b386ca0..0c8ee7e 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -50,6 +50,7 @@ "Harpoon Prev"] :t ["<cmd>Telescope harpoon marks<cr>" "Search Files"] :v ["<cmd>lua vim.lsp.buf.rename()<cr>" :Rename] + :p ["<cmd>SaveSession<cr>" "Save Session"] :r ["<cmd>lua require('harpoon.ui').toggle_quick_menu()<cr>" "Harpoon UI"]}) |