* Rework history viewing code in log window
* Add additional keybinds to conversation list and input windows:
* `ctrl-n`: go to next unread or more recently used conversation
* `ctrl-b`: go back to previously used conversation
* `ctrl-v`: search/filter conversation list
* Additional conversation list keybinds:
* `j`, `k`: move cursor down, up
* `/`: search/filter conversation list
* Add most recently used sorting of the conversation list
* Add configuration file for setting ui layout, colors, keybinds, keymap,
window titles, conversation list sorting
* Improve nuqql-keys to work with nuqql config file
* Improve backend start and reduce wait time
* Code cleanups, fixes, and improvements