index
:
vim-twodo
master
To-do list syntax highlighting and mappings
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ftplugin
/
todo.vim
Age
Commit message (
Expand
)
Author
2021-10-16
Update copyright years
Teddy Wing
2021-10-15
Add new motions to move between regular and important TODOs
Teddy Wing
2021-10-15
Change `<Leader>` to `<LocalLeader>`
Teddy Wing
2020-03-22
ftplugin/todo.vim: Fix default mapping guards
Teddy Wing
2020-03-22
Add license headers
Teddy Wing
2020-03-21
Disable ftplugin mappings with `g:no_plugin_maps`
Teddy Wing
2020-03-21
Don't save search history when running substitution commands
Teddy Wing
2020-03-21
Add conditions for `[u` `]u` default omaps
Teddy Wing
2020-03-21
Remove `<Plug>TwodoNextIncomplete` `<Plug>TwodoPreviousIncomplete` xmaps
Teddy Wing
2020-03-21
Try adding xmaps and omaps for next and previous commands
Teddy Wing
2020-03-15
Add mappings to move to the next and previous to-do
Teddy Wing
2016-06-03
Add Escalate mapping
Teddy Wing
2016-06-03
ftplugin/todo.vim: Add Descalate mappings
Teddy Wing
2016-04-28
Allow any action on any TODO type
Teddy Wing
2016-04-19
ftdetect/todo.vim: Don't remove partially completed todos with <leader>R
Teddy Wing
2016-04-05
ftplugin: Use :nohlsearch in mappings
Teddy Wing
2016-04-05
Add ftplugin with mappings
Teddy Wing