Skip to content

polm/github-tasks.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

github-tasks.vim

This plugin adds support for Github tasks, letting you turn normal markdown list entries into tasks and toggle them done or not done.

Details

The default keybinding is tab in normal mode.

Non-task list entries are turned into tasks. Tasks are toggled between done and not done.

Example before and after:

before after
- do stuff - [ ] do stuff
- [ ] find panda - [x] find panda
- [x] hunt dagashi - [ ] hunt dagashi

License

WTFPL, do as you please.

About

Github task plugin for vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published