Skip to content

Commit

Permalink
Update docs for Select Next/Prev SplitOrTab commands
Browse files Browse the repository at this point in the history
  • Loading branch information
vlabo committed Mar 1, 2025
1 parent 6a228b2 commit e0ef0cf
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/docs/key-bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,16 @@ Execute a predefined action in Rio terminal.

| Action | Description |
| :------------------- | :---------------------------------------------------------------------- |
| CreateTab | |
| CloseTab | |
| CloseUnfocusedTabs | |
| SelectPrevTab | |
| SelectNextTab | |
| SelectLastTab | |
| CreateTab | Create new tab |
| CloseTab | Close current tab |
| CloseUnfocusedTabs | Close all tabs that are not currently focused |
| 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 |
| SelectTab(tab_index) | Example: Select first tab `SelectTab(0)`, second tab `SelectTab(1)` |
| SelectNextSplitOrTab | Select next split if available if not next tab |
| SelectPrevSplitOrTab | Select previous split if available if not previous tab |

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

Expand Down

0 comments on commit e0ef0cf

Please sign in to comment.