Moved a lot of remaps to plugin files
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user