AMythicDev / minus

An asynchronous, runtime data feedable terminal paging library for Rust
https://crates.io/crates/minus/
Apache License 2.0
320 stars 23 forks source link

Peessing `[n]G` takes to nth row not the nth line #99

Closed AMythicDev closed 1 year ago

AMythicDev commented 1 year ago

Describe the bug Pressing [n]G jumps to the nth row not the nth line. This occurs because in the definition of the key binding, it simply asks minus to move the upper mark to the 50th row.

AMythicDev commented 1 year ago

2eee24b fixes this. Closing now.