change bufdo bd binding
This commit is contained in:
parent
f3e2fe1e22
commit
9445446b30
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ map("n", "<leader>gb", ":Telescope git_branches<CR>")
|
||||||
|
|
||||||
map("n", "<leader>ng", ":Neogit<CR>")
|
map("n", "<leader>ng", ":Neogit<CR>")
|
||||||
|
|
||||||
map("n", "<leader>cb", ":bufdo bd<CR>")
|
map("n", "<leader>bc", ":bufdo bd<CR>")
|
||||||
|
|
||||||
-- dap
|
-- dap
|
||||||
map("n", "<leader>db", ":lua require'dap'.toggle_breakpoint()<CR>")
|
map("n", "<leader>db", ":lua require'dap'.toggle_breakpoint()<CR>")
|
||||||
|
|
Loading…
Reference in a new issue