You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I start vim-taskwarrior with the following commands:
Afterwards I can move lines up and down with
n
andr
.However, after syncing by pressing
S
, onlyn
works as expected;r
was reset to change report typeHow can I change the mappings for vim-taskwarrior permanently?
The text was updated successfully, but these errors were encountered: