Hi! First of all, thank you for your hard work. I found out very recently about vit and I find it amazing. I can't believe it's not a lot more popular between the Taskwarrior tools!
I was trying to make changes in multiple tasks at the same time and was wondering if there's some way of doing this.
The two ways I would think of are similar as what you would do in vim:
- Mark multiple tasks with something like
mt and then you run a command that would affect all of them. This should also work for when you have mappings that use the task UUID and would run them multiple times with a different UUID each
- Add a
. mapping that will repeat the previous action. In my opinion itt would also have to work for things like :!rw task .... so it would be a bit different of the same mapping in vim that don't include :commands.
Does this sounds like something that could be added? Thanks!
Hi! First of all, thank you for your hard work. I found out very recently about vit and I find it amazing. I can't believe it's not a lot more popular between the Taskwarrior tools!
I was trying to make changes in multiple tasks at the same time and was wondering if there's some way of doing this.
The two ways I would think of are similar as what you would do in vim:
mtand then you run a command that would affect all of them. This should also work for when you have mappings that use the task UUID and would run them multiple times with a different UUID each.mapping that will repeat the previous action. In my opinion itt would also have to work for things like:!rw task ....so it would be a bit different of the same mapping in vim that don't include:commands.Does this sounds like something that could be added? Thanks!