diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-04 23:28:54 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-04 23:28:54 +0200 |
commit | b327c7ffb20c40df4237626b4a26904592d8dace (patch) | |
tree | 7935960d4f057b514ca8803d937210678935debe | |
parent | 1adc3d517bd82d4e9b977fc25557b1c078fdca4f (diff) |
Move buffer list to m
-rw-r--r-- | fnl/config/which-key.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl index 9182591..153da92 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -36,6 +36,8 @@ :nowait true}) (def- mmappings {:a ["<cmd>lua require('harpoon.mark').add_file()<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"] :l ["<cmd>lua require('harpoon.ui').nav_next()<cr>" "Harpoon Next"] :h ["<cmd>lua require('harpoon.ui').nav_prev()<cr>" "Harpoon Prev"] :t ["<cmd>Telescope harpoon marks<cr>" "Search Files"] @@ -134,8 +136,6 @@ :f find :g git :h [:<cmd>Alpha<cr> :Alpha] - :i ["<cmd>lua require('telescope.builtin').buffers(require('telescope.themes').get_dropdown{sort_lastused = true, initial_mode = 'normal', previewer = false})<cr>" - "Switch buffers"] :l lsp :n ["<cmd>lua require('Comment.api').toggle.linewise.current()<CR>" :Comment] |