diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-11 00:46:53 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-11 00:46:53 +0100 |
commit | 09f7cf0a2a5996fa3697863a7ec14c5ad81a66fc (patch) | |
tree | 9bd5bfd502f6f5b8b2fa92bd260685431d0ff6c7 /fnl/plugins | |
parent | 09a91ec69f1bf0c70d350b844a3392269e151302 (diff) |
Remove legacy session search
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/which-key.fnl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fnl/plugins/which-key.fnl b/fnl/plugins/which-key.fnl index e31507b..e3be5dc 100644 --- a/fnl/plugins/which-key.fnl +++ b/fnl/plugins/which-key.fnl @@ -37,7 +37,6 @@ :g ["<cmd>Telescope live_grep theme=dropdown<cr>" "Find text"] :n [:<cmd>Neogit<cr> :Neogit] - :p [:<cmd>SaveSession<cr> "Save Session"] :q ["<cmd>Gitsigns diffthis HEAD<cr>" "Gitsigns diff"] :r [:<cmd>HarpoonUI<cr> "Harpoon UI"] :s [:<cmd>HarpoonPrev<cr> "Harpoon Prev"] @@ -67,7 +66,6 @@ :l ["<cmd>Telescope resume theme=dropdown<cr>" "Last Search"] :p ["<cmd>Telescope projects theme=dropdown<cr>" "Find project"] :r ["<cmd>Telescope oldfiles theme=dropdown<cr>" "Recent File"] - :s [:<cmd>SearchSession<cr> "Find Session"] :t ["<cmd>Telescope live_grep theme=dropdown<cr>" "Find text"]}) (local diagnostics {:name :diagnostics |