You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I couldn't find if this has already been requested)
Describe your feature request
Save cursor location on quitting a file, then get back there when reopening it.
That is,
Open a file, say main.go
Be the cursor on some location, say 5:6
Quit the file.
Reopen main.go
Set the cursor on location on previous session, that 5;6. Instead of at beginning(1:1)
I think this can be done the way mpv does to save and get previous playback position(--save-position-on-quit), which is by storing the location at ~/.config/mpv/watch_later/<some ID>
So, for this, a new config.toml, option save-position would be needed.
Thank you for this awesome editor (:
The text was updated successfully, but these errors were encountered:
(I couldn't find if this has already been requested)
Describe your feature request
Save cursor location on quitting a file, then get back there when reopening it.
That is,
I think this can be done the way
mpv
does to save and get previous playback position(--save-position-on-quit
), which is by storing the location at~/.config/mpv/watch_later/<some ID>
So, for this, a new config.toml, option
save-position
would be needed.Thank you for this awesome editor (:
The text was updated successfully, but these errors were encountered: