diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua
index 19e212e..cc196a1 100644
--- a/lua/plugins/init.lua
+++ b/lua/plugins/init.lua
@@ -253,7 +253,7 @@ local default_plugins = {
   -- Only load whichkey after all the gui
   {
     "folke/which-key.nvim",
-    keys = { "<leader>", '"', "'", "`" },
+    keys = { "<leader>", '"', "'", "`", "c", "v" },
     init = function()
       require("core.utils").load_mappings "whichkey"
     end,