mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
keymaps: Add mappings for TaskWikiChooseProject command
This commit is contained in:
parent
250c368084
commit
4630c371ec
1 changed files with 5 additions and 1 deletions
|
@ -38,6 +38,9 @@ command! -range TaskWikiDone :<line1>,<line2>py SelectedTasks().done()
|
|||
command! -range -nargs=* TaskWikiMod :<line1>,<line2>py SelectedTasks().modify(<q-args>)
|
||||
command! -range -nargs=* TaskWikiAnnotate :<line1>,<line2>py SelectedTasks().annotate(<q-args>)
|
||||
|
||||
" Interactive commands
|
||||
command! -range TaskWikiChooseProject :<line1>,<line2>py ChooseSplitProjects("global").execute()
|
||||
|
||||
" Meta commands
|
||||
command! TaskWikiInspect :py Meta().inspect_viewport()
|
||||
|
||||
|
@ -53,7 +56,8 @@ nmap <silent><buffer> <Leader>ta :TaskWikiAnnotate<CR>
|
|||
nmap <silent><buffer> <Leader>tbd :TaskWikiBurndownDaily<CR>
|
||||
nmap <silent><buffer> <Leader>tbw :TaskWikiBurndownWeekly<CR>
|
||||
nmap <silent><buffer> <Leader>tbm :TaskWikiBurndownMonthly<CR>
|
||||
nmap <silent><buffer> <Leader>tc :TaskWikiCalendar<CR>
|
||||
nmap <silent><buffer> <Leader>tcp :TaskWikiChooseProject<CR>
|
||||
nmap <silent><buffer> <Leader>tC :TaskWikiCalendar<CR>
|
||||
nmap <silent><buffer> <Leader>td :TaskWikiDone<CR>
|
||||
nmap <silent><buffer> <Leader>tD :TaskWikiDelete<CR>
|
||||
nmap <silent><buffer> <Leader>te :TaskWikiEdit<CR>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue