dhruvasagar / vim-dotoo

Org-mode like task logging & time tracking in Vim
558 stars 27 forks source link

Allow default mappings to be disabled. #96

Closed j-hui closed 3 years ago

j-hui commented 3 years ago

I took a shot at #95:

Please let me know what you think!

dhruvasagar commented 3 years ago

@j-hui Thanks for your contribution, i've added more changes and took a slightly different approach by providing g:dotoo_disable_mappings configuration to disable mappings altogether, or you can always override indivudual mappings by simply providing your own for the provided plug mappings. I also chose to follow a more consistent naming convention for the plug mappings.