diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-31 00:44:45 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-31 00:44:45 +0100 |
| commit | f082bee9e06ddd9fa864b1eedb2fb17262bd27f2 (patch) | |
| tree | e88d9b22ff0129b86d7a475622dfd48def509a4d | |
| parent | 5e2c39a2ba252ca0186f63da0ada34cca11586ae (diff) | |
Remove duplicate key binding
| -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] |