I am using vimperator for firefox and it works well on most websites. However for webogram there is a conflict on the Enter key when focusing on the message box. When I press Enter, it seems vimperator intercept the event and add a newline character, while originally it should be the trigger to send the message inputed.
I tried temporarily disable vimperator with the Insert key, then everything works well. However, I want to have other features like hints of vimperator enabled normally. So the best way to solve the conflict seems to be disabling the Enter key binding for this website.
I expect something like:
scoped_iunmap web.telegram.org <CR>
Is there a way I can achieve the effect like that? Thanks.
I have found a temporary solution for this requirement.
ignorekeys add web\\.telegram\\.org -except o,t,T,O,<C-l>,f,F,:
The frequently used bindings are preserved, add in the -except
list as you wish.
This is not very elegant and I'm still looking for a better solution :)