typst / webapp-issues

Issue tracker for Typst's web app.
https://typst.app
12 stars 0 forks source link

Vim mode g<c-a> stopped working #381

Open saecki opened 3 months ago

saecki commented 3 months ago

Description

In vim mode it was preoviously possible to select a bunch of numbers in visual block mode by pressing <c-v>, and then incrementing them all by pressing g<c-a> resulting in the following edit

Before:

0
0
0
0
0

After:

1
2
3
4
5

In normal mode <c-a> still works as expected. In visual mode just pressing <c-a> does nothing, and pressing g<c-a> highlights the whole document.

Reproduction URL

No response

Browsers

Firefox

OS

Windows, Linux