I use vim inside of tmux, and I set vim up so that when I press c-j/c-k, I go to whatever is below/above, either a vim window, or a tmux pane.
Vmail is overriding this by opening the previous/next email. I tried to put a bunch of stuff in vim_opts in the .vmailrc, but I can't seem to disable/re-override (ideally elegantly) these mappings. Any suggestions? What can I do?
Also, running :nunmap <buffer> <c-j> after opening vmail correctly restores the behaviour in that particular buffer, but I don't want to manually do that every time