mirror of
https://github.com/Dannecron/Dannecron.git
synced 2025-12-25 16:22:35 +03:00
remove some keybindings
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user