Add status bar
Add a status bar like Vim.
It should display the current change/commit (@), version, and more (ideas needed).
Pressing : should type in the status bar like Vim. r (revset input), / (search, in the future) should also be displayed here. A keybind to make the box multi-line would be useful for long commands.
This could also be used a progress bar for future background operations (push/fetch), or for future async architecture.
This feature would be amazing, especially regarding background operations. Right now, it is quite confusing as to what lazyjj is doing in the background for fetch and push operations which makes it seem like they only work half the time. This often making me fallback to plain jj for these, which disrupts the workflow.