I have a mapping (say, ctrl-m) which, in some circumstances (e.g., multiple buffers open), I want vim to follow. In other instances, I want vim to ignore it. This can be encoded into a function relatively easily.
The next constraint is that if I decide to ignore the key command, I want the enclosing application to process it. For example, ctrl-m would cascade out to the enclosing tmux session.
Is such a thing possible?