vim-taskwarrior icon indicating copy to clipboard operation
vim-taskwarrior copied to clipboard

How to start vim-taskwarrior?

Open Pupo1 opened this issue 10 years ago • 4 comments

I hope this question is not too dumb, but I don't know how to start it. I can start vim and then enter :TW, and my tasks are popping up. But I have no idea how to start up that interface shown on the screenshots.

Pupo1 avatar Jan 03 '16 18:01 Pupo1

You just use different reports. For example, you press "r" and then type in "minimal" and you'll get the report. There are various reports available in taskwarrior.

task reports

https://taskwarrior.org/docs/report.html

sanjayankur31 avatar Feb 03 '16 14:02 sanjayankur31

See the commands

https://github.com/blindFS/vim-taskwarrior#commands

:TW [args] " task [filter report arguments] :TWUndo " undo the previous modification :TWEditTaskrc " edit ~/.taskrc :TWEditVitrc " edit ~/.vitrc :TWDeleteCompleted " clear all completed tasks :TWAdd " add new tasks interactively :TWAnnotate " add an annotation :TWComplete " mark task done :TWDelete " deleta a task :TWDeleteAnnotation " delete an annotation :TWModifyInteractive " make changes to a task interactively (use with caution!) :TWReportInfo " run the info report :TWReportSort [args] " overide the sort method, reset to default if no arguments passed :TWSync " synchronise with taskd server :TWToggleReadonly " toggle readonly option :TWToggleHLField " toggle highlight field option :TWHistory " list history records using unite.vim :TWHistoryClear " clear history :TWBookmark " list bookmarks using unite.vim :TWBookmarkClear " clear bookmarks

krishvk avatar Dec 29 '16 15:12 krishvk

You can run vim -c 'TW' from shell if you want one command to both enter vim and run vim-taskwarrior.

joelostblom avatar Feb 12 '17 17:02 joelostblom

I too had no idea how to start actually using this.

i'd propose adding the following somewhere near the top of the readme:

## Quickstart

From within vim: `:TW`

ryantuck avatar Apr 14 '17 14:04 ryantuck