fix(plugins): update mapping casing
This commit is contained in:
@@ -22,7 +22,7 @@ return {
|
||||
-- },
|
||||
|
||||
-- mappings seen under group name "Buffer"
|
||||
["<leader>bD"] = {
|
||||
["<Leader>bD"] = {
|
||||
function()
|
||||
require("astroui.status.heirline").buffer_picker(
|
||||
function(bufnr) require("astrocore.buffer").close(bufnr) end
|
||||
@@ -32,7 +32,7 @@ return {
|
||||
},
|
||||
-- tables with just a `desc` key will be registered with which-key if it's installed
|
||||
-- this is useful for naming menus
|
||||
["<leader>b"] = { desc = "Buffers" },
|
||||
["<Leader>b"] = { desc = "Buffers" },
|
||||
-- quick save
|
||||
-- ["<C-s>"] = { ":w!<cr>", desc = "Save File" }, -- change description but the same command
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user