TenderOwl / Norka

Continuous text editor for Linux
https://tenderowl.com/work/norka/
MIT License
109 stars 12 forks source link

Follow cursor position #46

Closed Brin-o closed 3 years ago

Brin-o commented 3 years ago

While writing things I tend to do use Ctrl + A and then the arrow keys to move to the start or the end of the document. I've found that doing this in norka does move the cursor to the start/end yet it does not move the document to that position.

In this gif I press CTRL + A and then LEFT to go to the end of the document yet the view does not update. norka-follow

amka commented 3 years ago

It's a bit tricky because Ctrl+A and Left don't move the cursor actually. But the next LEFT scrolls it to the end. I think it's better than nothing, I guess.