remove some keybindings

This commit is contained in:
2024-03-22 10:35:05 +07:00
parent c75d0f82aa
commit abc2ca6325

View File

@@ -8,19 +8,6 @@ M.general = {
require("nvterm.terminal").toggle "vertical"
end,
},
["<C-\\>"] = {
function()
require("nvterm.terminal").toggle "horizontal"
end,
},
["\\"] = { "<cmd>:vsplit <CR>", "Vertical split" },
-- format with conform
["<leader>fm"] = {
function()
require("conform").format()
end,
"formatting",
}
},
v = {
[">"] = { ">gv", "indent" },
@@ -31,11 +18,6 @@ M.general = {
require("nvterm.terminal").toggle "vertical"
end,
},
["<C-\\>"] = {
function()
require("nvterm.terminal").toggle "horizontal"
end,
},
},
}