keybinds
This commit is contained in:
parent
9af503e493
commit
52c14e8494
1 changed files with 2 additions and 0 deletions
|
@ -25,3 +25,5 @@ vim.opt.scrolloff = 6
|
|||
vim.cmd([[command! QuickFix lua vim.lsp.buf.code_action()]])
|
||||
|
||||
vim.keymap.set("n", "<leader>qf", ":QuickFix<CR>", {silent=true})
|
||||
|
||||
vim.keymap.set("n", "<leader>cb", ":!cargo build<CR>", {silent=true})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue