-- Keymaps are automatically loaded on the VeryLazy event -- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua -- Add any additional keymaps here vim.keymap.set("n", ",c", "2GddOTo: contact@sysnove.frjddOCc: ") vim.keymap.set("n", ",b", ":!bash gen.sh") vim.keymap.set("i", "", "Telescope notmuch theme=cursor") vim.keymap.set("n", "cp", function() require("minty.huefy").open() end)