Moved a lot of remaps to plugin files

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-09-18 18:09:38 +02:00
parent 26139670ff
commit 44e4e8addf
9 changed files with 55 additions and 43 deletions

View File

@@ -8,5 +8,12 @@ return {
shell = "pwsh.exe -nologo",
start_in_insert = true,
})
vim.keymap.set("n", "<leader>bt", ":ToggleTerm direction=float <CR>", { desc = "Open terminal" })
vim.keymap.set(
"n",
"<leader>bT",
":ToggleTerm direction=horizontal <CR>",
{ desc = "Open horizontal terminal split" }
)
end,
}