-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: add sidebar binding to Stop a task #357
Comments
I think it is a good suggestion, it is annoying that we have to dispose a task in order to stop it then re-enter all parameters again. |
I'm confused by this request, because there is an action for stopping a running task overseer.nvim/lua/overseer/task_list/actions.lua Lines 21 to 28 in 9161b4d
It only appears while the task is running, though. So if you select a task that has already completed it will not appear. Perhaps that's why you don't see it? |
Hi @stevearc and thanks for your reply. Maybe then the request is much simpler: I want to add the stop action to the overseer.nvim/lua/overseer/task_list/bindings.lua Lines 146 to 152 in 2a2b6fe
task_list = {
bindings = {
['dd'] = 'Dispose',
}, Is it possible to do the same thing for the stop task? |
Did you check existing requests?
Describe the feature
AFAICT there is a
Dispose
task that stops and delete a task. Is it possible to addStop
binding to the sidebar to only stop/cancel but not delete the task?Provide background
No response
What is the significance of this feature?
nice to have
Additional details
No response
The text was updated successfully, but these errors were encountered: