AvidRambo / plaintasks.vim

An implementation of Sublime's PlainTasks plugin for Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlainTasks.vim

This plugin is an implementation of the PlainTasks format (see https://github.com/aziz/PlainTasks) for Vim

To install with Vundle, add the following line to your .vimrc and run ":BundleInstall"

Bundle 'elentok/plaintasks.vim'

Keyboard Shortcuts

Normal-mode / Visual-mode

+ - create new task
= - toggle complete
<C-M> - toggle cancel
- - archive tasks

Insert-mode

--<space> - insert a separator line

About

An implementation of Sublime's PlainTasks plugin for Vim


Languages

Language:Vim Script 100.0%