I'm not sure if that's a bad idea or not. Thoughts?
I don't really care, but... I think it is a bad idea. It is inconsistent with the regular behavior of MC. When you open a new View (without any "splits or tabs" involved) it does
not GetNextSelectableItem(). It selects nothing, which causes the bottom status bar area to show the stats on all of the files in the View.
But, for some reason, when you switch back and forth between tabs or splits, it constantly re-selects that top file.
In my opinion, what makes the most sense is to:
* Preserve existing selections (including no selection)
* Ensure keyboard focus is set to the file list when visible, or the Categories & Panes if the File List is hidden (so that Control-A or other keyboard shortcuts can be used to quickly select files)
That would be more consistent and still simple to use. I can't imagine a scenario where someone would
prefer the existing behavior.