blindFS / vim-taskwarrior

vim interface for taskwarrior
Other
518 stars 42 forks source link

How to change default mappings #143

Open thomasrebele opened 6 years ago

thomasrebele commented 6 years ago

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?