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 am working on a plugin for a workflow similar to git rebase -i. I have a primary parent pane with {status} {commit} pairs. I have a keybinding (enter) to view the commit in a preview pane, but if I want to act on it, there is no way to refresh the parent pane to reflect its new status (changing from pick to squash or something). It might be useful to be able to refresh the parent pane.
The text was updated successfully, but these errors were encountered:
I am working on a plugin for a workflow similar to
git rebase -i
. I have a primary parent pane with{status} {commit}
pairs. I have a keybinding (enter
) to view the commit in apreview
pane, but if I want to act on it, there is no way to refresh the parent pane to reflect its new status (changing frompick
tosquash
or something). It might be useful to be able to refresh the parent pane.The text was updated successfully, but these errors were encountered: