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
You can create the file .vim/after/ftplugin/taskreport.vim
and put any desired mappings/remappings there.
You can use the async api to run a job to change the keymappings after a taskreport buffer is loaded, since the keymappings are created after all of Vim's event options.
I have
<space>
as my leader key and I can't use it inside taskreport files.Adding an option to prevent any mappings to be set, or checking whether a key is already mapped using
maparg
would be very welcomed.The text was updated successfully, but these errors were encountered: