feat: init binds config

This commit is contained in:
2026-05-29 20:17:27 -04:00
parent c2ba1a2f67
commit 51166b0f3a
9 changed files with 150 additions and 57 deletions
+5 -3
View File
@@ -10,9 +10,11 @@ M.autostart = {
}
M.binds = {
function()
bind.leader_key("SHIFT + Return", hl.dsp.exec_cmd("pypr toggle term"), "Pyprland: toggle drop terminal", {})
end,
{
keys = bind.with_leader("SHIFT + Return"),
dispatcher = hl.dsp.exec_cmd("pypr toggle term"),
desc = "Pyprland: toggle drop terminal",
},
}
return M