mirror of
https://github.com/Dannecron/Dannecron.git
synced 2025-12-26 00:32:35 +03:00
remove some keybindings
This commit is contained in:
@@ -8,22 +8,9 @@ M.general = {
|
|||||||
require("nvterm.terminal").toggle "vertical"
|
require("nvterm.terminal").toggle "vertical"
|
||||||
end,
|
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 = {
|
v = {
|
||||||
[">"] = { ">gv", "indent"},
|
[">"] = { ">gv", "indent" },
|
||||||
},
|
},
|
||||||
t = {
|
t = {
|
||||||
["<C-]>"] = {
|
["<C-]>"] = {
|
||||||
@@ -31,11 +18,6 @@ M.general = {
|
|||||||
require("nvterm.terminal").toggle "vertical"
|
require("nvterm.terminal").toggle "vertical"
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
["<C-\\>"] = {
|
|
||||||
function()
|
|
||||||
require("nvterm.terminal").toggle "horizontal"
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user