, I looked into why I get a helpful info bar when I have :split windows, but not when I am looking at a single file. The bar is called the statusline (:help status-line), and you can change the visibility option with

set laststatus=<#>
It defaults (on my system) to 1, meaning that it only shows for split windows. To make it always show, set it to 2.