Skip to content

Commit 1f73183

Browse files
committed
Remap toggleterm
1 parent f8451e2 commit 1f73183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nvim/lua/plugins/toggleterm.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ return {
1313
desc = "ToggleTerm (float root_dir)",
1414
},
1515
{
16-
"<M-4>",
16+
"<M-3>",
1717
function()
1818
local count = vim.v.count1
1919
require("toggleterm").toggle(count, 0, LazyVim.root.get(), "float")

0 commit comments

Comments
 (0)