tbabej / vit

Placeholder to demostrate issue porting for VIT.
0 stars 0 forks source link

[VT-104] Suggestion for new commands: +, -, i, I, T #104

Open tbabej opened 6 years ago

tbabej commented 6 years ago

Nemo Inis on 2014-10-03T00:51:54Z says:

i and I could append/prepend to the current description (or annotation, though there does not seem to be a taskwarrior command to append/prepend to an annotation? but that would be nice). That would be pretty close to vi's use of i and I, given that a and A are already taken...

T could do like 't' but add the current task number and a space (i.e. ':!rw task num ' )

tbabej commented 6 years ago

Migrated metadata:

Created: 2014-10-03T00:51:54Z
Modified: 2017-03-12T23:01:02Z
tbabej commented 6 years ago

Scott Kostyshak on 2014-10-03T05:27:27Z says:

Thanks for these suggestions, I'll think about them. Note that some of the functionality can be achieved through .vitrc without changes to core Vit. But it is always nice to improve the default key mappings.

tbabej commented 6 years ago

Scott Kostyshak on 2017-03-12T23:01:02Z says:

+ and - could start/stop the current task (after all this is about doing work)

start/stop functionality is now on the 1.3 branch, thanks to a patch from Dhananjay. It's currently bound to the key "b" for "begin". Now you can finally do some work :)

T could do like 't' but add the current task number and a space (i.e. ':!rw task num ' )

I don't think we should use a key for this. You can easily map the desired function with a .vitrc binding (use %TASKID for the task num).

i and I could append/prepend to the current description (or annotation, though there does not seem to be a taskwarrior command to append/prepend to an annotation? but that would be nice).

Still a valid request.