zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
24.4k stars 1.16k forks source link

command: Add `jump` to perform a relative `goto` #3210

Closed JoeKar closed 3 months ago

JoeKar commented 3 months ago

This is the second try to properly solve #2897, by adding an additional function for relative goto's without affecting the existing one.

Fixes #2897