add dadbod
This commit is contained in:
parent
216b778236
commit
fe2729a100
10 changed files with 129 additions and 26 deletions
|
|
@ -2,6 +2,9 @@ local function map(mode, lhs, rhs)
|
|||
vim.keymap.set(mode, lhs, rhs, { silent = true })
|
||||
end
|
||||
|
||||
-- (conflict with <leader>pw) keep copied stuffs in the buffer when pasting it
|
||||
-- map("n", "<leader>p", "\"_dP")
|
||||
|
||||
-- Save
|
||||
map("n", "<leader>w", "<CMD>update<CR>")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue