feat: add keymap for inserting previous line indentation
This commit is contained in:
@@ -295,6 +295,17 @@ M.iconpicker = {
|
||||
},
|
||||
}
|
||||
|
||||
M.indentor = {
|
||||
{ -- Indentor
|
||||
"<C-i>",
|
||||
function()
|
||||
require("utils.indentor").insert_previous_line_indentation()
|
||||
end,
|
||||
"Insert Previous Line Indentation",
|
||||
{ "i", "n" },
|
||||
},
|
||||
}
|
||||
|
||||
M.lazygit = {
|
||||
{ -- LazyGit
|
||||
"<leader>lg",
|
||||
|
||||
Reference in New Issue
Block a user