diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/which-key.fnl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl index 3be9a7f..570040f 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -37,8 +37,6 @@ :nowait true}) (def- mmappings {:a [:<cmd>HarpoonAdd<cr> :Harpoon] - :b ["<cmd>lua require('telescope.builtin').buffers(require('telescope.themes').get_dropdown{sort_lastused = true, initial_mode = 'normal', previewer = false})<cr>" - "Switch buffers"] :c [:<cmd>DiffviewClose<cr> :DiffviewClose] :d [:<cmd>DiffviewFileHistory<cr> :DiffviewFileHistory] :x ["<cmd>DiffviewOpen -uno<cr>" :DiffviewOpen] |