Update lockfile

This commit is contained in:
Arkaprabha Chakraborty
2024-04-11 21:02:21 +05:30
parent 66be18796e
commit b23b3420c0
2 changed files with 15 additions and 11 deletions

View File

@@ -41,6 +41,7 @@ keymap("n", "<Leader>li", ":LspInfo<CR>", opts)
keymap("n", "<Leader>BB", ":bdelete<CR>", opts)
keymap("n", "<Leader>jj", ":bprevious<CR>", opts)
keymap("n", "<Leader>kk", ":bnext<CR>", opts)
keymap("n", "<Leader>nn", ":Neotree toggle<CR>", opts)
-- System clipboard yank and paste
keymap("n", "P", '"+p', opts)