I'll explain what I mean. Suppose I've created a horizontal split and then zoomed the top pane.
Then when I'm pressing C-w-l bounded to select-pane -R (I'm using vim and TmuxNavigator plugin to 'seamless' navigation between tmux and vim panes) tmux would unzoom pane and the active pane would remain the same. I don't like that.
If I would press C-w-j bounded to select-pane -D tmux would unzoom and make bottom pane active which I like very much.
How can I disable the first behaviour while saving the second?