diff --git a/lua/general.lua b/lua/general.lua index 4c307de..8d93e5c 100644 --- a/lua/general.lua +++ b/lua/general.lua @@ -41,7 +41,7 @@ map("n", "gb", ":Telescope git_branches") map("n", "ng", ":Neogit") -map("n", "cb", ":bufdo bd") +map("n", "bc", ":bufdo bd") -- dap map("n", "db", ":lua require'dap'.toggle_breakpoint()")