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
As a user of the vim script, one of the things that still prevents the vim workflow in 10x from feeling natural is that jump history is shared between panels (that is, the PrevLocation and NextLocation commands).
In vim, each panel has its own location history, which means that combined with ReopenFileInCurrentPanel you can investigate one part of the codebase in one panel without polluting the context of whatever you have going on in another panel. It would be super cool and a great improvement to the vim workflow if there was a command something like PrevPanelLocation and NextPanelLocation.
The text was updated successfully, but these errors were encountered:
As a user of the vim script, one of the things that still prevents the vim workflow in 10x from feeling natural is that jump history is shared between panels (that is, the
PrevLocation
andNextLocation
commands).In vim, each panel has its own location history, which means that combined with
ReopenFileInCurrentPanel
you can investigate one part of the codebase in one panel without polluting the context of whatever you have going on in another panel. It would be super cool and a great improvement to the vim workflow if there was a command something likePrevPanelLocation
andNextPanelLocation
.The text was updated successfully, but these errors were encountered: