Center cursor on screen

This commit is contained in:
Joscha 2022-08-09 15:51:47 +02:00
parent a4b79d4e81
commit 5acb4c6396
4 changed files with 41 additions and 1 deletions

View file

@ -17,10 +17,11 @@ Procedure when bumping the version number:
### Added
- New messages are now marked as unseen
- Sub-trees can now be folded
- More readline-esque editor key bindings
- Key bindings to move to prev/next sibling
- Key binding to center cursor on screen
### Changed
- Improved editor key bindings
- Slowed down room history download speed
### Fixed