Add command and map to jump to the next unfinished task.

Introduce the command `VimwikiNextTask` and the mapping `gnt` to jump to
the next unfinished task.
This commit is contained in:
Henry Qin
2019-02-27 19:45:39 -08:00
parent b849a411e3
commit 3f7f85cfc6
3 changed files with 20 additions and 0 deletions

View File

@ -317,6 +317,12 @@ NORMAL MODE *vimwiki-local-mappings*
Maps to |:VimwikiPrevLink|.
To remap: >
:nmap <Leader>wp <Plug>VimwikiPrevLink
<
gnt *vimwiki_gnt*
Find next unfinished task in the current page.
Maps to |:VimwikiNextTask|
To remap: >
:nmap <Leader>nt <Plug>VimwikiNextTask
<
*vimwiki_<Leader>wd*
<Leader>wd Delete wiki page you are in.
@ -723,6 +729,9 @@ Vimwiki file.
*:VimwikiRenameLink*
Rename the wiki page you are in.
*:VimwikiNextTask*
Jump to the next unfinished task in the current wiki page.
*:Vimwiki2HTML*
Convert current wiki page to HTML using Vimwiki's own converter or a
user-supplied script (see |vimwiki-option-custom_wiki2html|).