This commit is contained in:
Chomba 2026-06-02 16:48:49 +03:00 committed by GitHub
commit 6d59797ebb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,8 +91,11 @@ map("x", ">", ">gv")
map("n", "gco", "o<esc>Vcx<esc><cmd>normal gcc<cr>fxa<bs>", { desc = "Add Comment Below" })
map("n", "gcO", "O<esc>Vcx<esc><cmd>normal gcc<cr>fxa<bs>", { desc = "Add Comment Above" })
-- lazy
-- lazy / dashboard
map("n", "<leader>l", "<cmd>Lazy<cr>", { desc = "Lazy" })
map("n", "<leader>;", function()
Snacks.dashboard()
end, { desc = "Dashboard" })
-- new file
map("n", "<leader>fn", "<cmd>enew<cr>", { desc = "New File" })