sminez / ad

an adaptable text editor
https://crates.io/crates/ad-editor
MIT License
264 stars 10 forks source link

Jumps from exec programs should be added to the jump list #10

Closed sminez closed 1 month ago

sminez commented 2 months ago

Currently the jump list backing the behaviour of ctrl-o / ctrl-i is only updated from direct interaction with the buffer from the user rather than also supporting being updated by exec scripts. When exec is used to modify the dot this should also be added to the jump list and ideally it should also be possible to explicitly add the current position to the jump list.