mirror of
https://github.com/zoriya/flake.git
synced 2026-05-28 17:05:19 +00:00
Bind c-a & c-e in telescope
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user