add binding for clearing buffers
This commit is contained in:
parent
de7207c481
commit
dbadd5d967
2 changed files with 3 additions and 0 deletions
|
@ -252,6 +252,7 @@ All that is saved in image, so that is why image is so heavy.
|
||||||
|keys|action|
|
|keys|action|
|
||||||
|----|----|
|
|----|----|
|
||||||
|\<leader\>l|disable (search) highlighting|
|
|\<leader\>l|disable (search) highlighting|
|
||||||
|
|\<leader\>cb|Close all buffers (:bufdo bd)|
|
||||||
|
|
||||||
#### DAP - Debug Adapter Protocol
|
#### DAP - Debug Adapter Protocol
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,8 @@ 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>")
|
||||||
|
|
||||||
-- dap
|
-- dap
|
||||||
map("n", "<leader>db", ":lua require'dap'.toggle_breakpoint()<CR>")
|
map("n", "<leader>db", ":lua require'dap'.toggle_breakpoint()<CR>")
|
||||||
map("n", "<leader>dc", ":lua require'dap'.continue()<CR>")
|
map("n", "<leader>dc", ":lua require'dap'.continue()<CR>")
|
||||||
|
|
Loading…
Reference in a new issue