I start vim-taskwarrior with the following commands:
TW
nnoremap <buffer> s :
nnoremap <buffer> n gk
nnoremap <buffer> r gj
Afterwards I can move lines up and down with n and r.
However, after syncing by pressing S, only n works as expected; r was reset to change report type
How can I change the mappings for vim-taskwarrior permanently?
I start vim-taskwarrior with the following commands:
Afterwards I can move lines up and down with
n
andr
. However, after syncing by pressingS
, onlyn
works as expected;r
was reset to change report typeHow can I change the mappings for vim-taskwarrior permanently?