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
* Add Vim navigation to stack view
* Advertise Vim navigation in stack modify
* Add Vim navigation to stack checkout
* Add Vim navigation to stack switch
* Advertise Vim navigation in stack merge
Copy file name to clipboardExpand all lines: docs/src/content/docs/guides/modify.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,9 @@ Inserts a new empty branch into the stack at the cursor position. Lowercase `i`
55
55
56
56
Opens an inline prompt to enter a new name for the branch. The branch is renamed locally and in the stack metadata. On the next `submit`, the new branch name is pushed to GitHub.
57
57
58
-
### Reorder (`Shift+↑`/`Shift+↓`)
58
+
### Reorder (`Shift+↓`/`Shift+↑`)
59
59
60
-
Moves the selected branch up (away from trunk) or down (toward trunk) in the stack. A cascading rebase adjusts all affected branches. Note: reordering and structural changes (drop/fold/insert/rename) cannot be mixed in the same session.
60
+
Moves the selected branch down (toward trunk) or up (away from trunk) in the stack. A cascading rebase adjusts all affected branches. Note: reordering and structural changes (drop/fold/insert/rename) cannot be mixed in the same session.
0 commit comments