Skip to content

Commit

Permalink
Add docs for MoveCurrentTabToNext
Browse files Browse the repository at this point in the history
  • Loading branch information
vlabo committed Mar 1, 2025
1 parent 2aa471c commit 32f2549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/key-bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ Execute a predefined action in Rio terminal.
| SelectNextTab | Select next tab |
| SelectPrevTab | Select pervious tab |
| SelectLastTab | Select last tab |
| MoveCurrentTabToPrev | Move the current focused tab to the previous slot if any is available |
| MoveCurrentTabToNext | Move the current focused tab to the next slot, or first when last |
| MoveCurrentTabToPrev | Move the current focused tab to the previous slot, or last when first |
| SelectTab(tab_index) | Example: Select first tab `SelectTab(0)`, second tab `SelectTab(1)` |

### [Scroll Actions](#scroll-actions)
Expand Down

0 comments on commit 32f2549

Please sign in to comment.