summaryrefslogtreecommitdiff
path: root/fnl/config
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-12-31 00:44:45 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-12-31 00:44:45 +0100
commitf082bee9e06ddd9fa864b1eedb2fb17262bd27f2 (patch)
treee88d9b22ff0129b86d7a475622dfd48def509a4d /fnl/config
parent5e2c39a2ba252ca0186f63da0ada34cca11586ae (diff)
Remove duplicate key binding
Diffstat (limited to 'fnl/config')
-rw-r--r--fnl/config/which-key.fnl2
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]