use <localleader>C for cancel as c is used for priority
This commit is contained in:
@@ -130,12 +130,12 @@ if !hasmapto("<localleader>x",'v')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" Mark done {{{2
|
" Mark done {{{2
|
||||||
if !hasmapto("<localleader>c",'n')
|
if !hasmapto("<localleader>C",'n')
|
||||||
nnoremap <script> <silent> <buffer> <localleader>c :call todo#ToggleMarkAsDone('Cancelled')<CR>
|
nnoremap <script> <silent> <buffer> <localleader>C :call todo#ToggleMarkAsDone('Cancelled')<CR>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !hasmapto("<localleader>c",'v')
|
if !hasmapto("<localleader>C",'v')
|
||||||
vnoremap <script> <silent> <buffer> <localleader>c :call todo#ToggleMarkAsDone('Cancelled')<CR>
|
vnoremap <script> <silent> <buffer> <localleader>C :call todo#ToggleMarkAsDone('Cancelled')<CR>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user