add binding for clearing buffers
This commit is contained in:
parent
de7207c481
commit
dbadd5d967
2 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,8 @@ map("n", "<leader>gb", ":Telescope git_branches<CR>")
|
|||
|
||||
map("n", "<leader>ng", ":Neogit<CR>")
|
||||
|
||||
map("n", "<leader>cb", ":bufdo bd<CR>")
|
||||
|
||||
-- dap
|
||||
map("n", "<leader>db", ":lua require'dap'.toggle_breakpoint()<CR>")
|
||||
map("n", "<leader>dc", ":lua require'dap'.continue()<CR>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue