Bind c-a & c-e in telescope

This commit is contained in:
2025-01-16 12:35:40 +01:00
parent 985d5370cf
commit 595c31bee4
+2
View File
@@ -67,6 +67,8 @@ return {
i = {
["<esc>"] = actions.close,
["<C-c>"] = actions.close,
["<C-a>"] = function() vim.cmd "normal! I" end,
["<C-e>"] = function() vim.cmd "startinsert!" end,
},
}
},