Skip to content

Commit

Permalink
fix: easy binding to stop running task (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Jan 22, 2025
1 parent 35b729b commit 9e37348
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/overseer/task_list/bindings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,12 @@ M = {
sidebar:run_action("dispose")
end,
},
{
desc = "Stop task",
plug = "<Plug>OverseerTask:Stop",
rhs = function(sidebar)
sidebar:run_action("stop")
end,
},
}
return M

0 comments on commit 9e37348

Please sign in to comment.