We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab89f9 commit ad5bd7dCopy full SHA for ad5bd7d
NEWS.md
@@ -13,6 +13,11 @@ for the time being.**
13
## Changes in version X.Y.Z
14
15
**STILL UNDER DEVELOPMENT; NOT RELEASED YET.**
16
+* Issue #120: Added support for having the cursor wrap around to the next line
17
+ when pressing left or right at a line start or end boundary, respectively.
18
+ In simpler words, pressing left at the start of a line takes you to the end
19
+ of the next line, and pressing right at the end of a line takes you to the
20
+ beginning of the next line. (@Protowalker)
21
22
* Issue #136: Fixed handling of key presses on the web interface so that they
23
don't interfere with browser shortcuts. This prevents Tab from stealing
0 commit comments