diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-22 22:27:51 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-22 22:27:51 +0100 |
commit | e40427ce3c167e001c28e36ea82e20872962c8b9 (patch) | |
tree | 038b866f5a3dd6c4ea4d7f0f2cd29138ea21b72a /fnl/config/which-key.fnl | |
parent | 7a62878a9cb4bd108360474b7e8e6916e425176b (diff) |
Replace bbye with nvim-bufdel
Diffstat (limited to 'fnl/config/which-key.fnl')
-rw-r--r-- | fnl/config/which-key.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl index ce5a9cc..c2c0efc 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -139,7 +139,7 @@ (def- nmappings {:a ["<cmd>Telescope lsp_document_symbols theme=dropdown<cr>" "Document Symbols"] :T treesitter - :c [:<cmd>Bdelete!<CR> "Close Buffer"] + :<BS> [:<cmd>BufDel<CR> "Close Buffer"] :d diagnostics :f find :g git |