feat: init binds config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user