diff --git a/docs/docs/key-bindings.md b/docs/docs/key-bindings.md index 5af8f0612c..fa79742c17 100644 --- a/docs/docs/key-bindings.md +++ b/docs/docs/key-bindings.md @@ -74,24 +74,26 @@ Execute a predefined action in Rio terminal. ### [Split Actions](#split-actions) -| Action | Description | -| :-------------- | :------------------------------------------------------------------------- | -| SplitRight | Create a split by right side | -| SplitDown | Create a split by under current pane | -| SelectNextSplit | Select next split | -| SelectPrevSplit | Select previous split | -| CloseSplitOrTab | Close split, if split is the last then will close the tab | +| Action | Description | +| :------------------- | :------------------------------------------------------------------------- | +| SplitRight | Create a split by right side | +| SplitDown | Create a split by under current pane | +| SelectNextSplit | Select next split | +| SelectPrevSplit | Select previous split | +| CloseSplitOrTab | Close split, if split is the last then will close the tab | +| SelectNextSplitOrTab | Select next split if available if not next tab | +| SelectPrevSplitOrTab | Select previous split if available if not previous tab | ### [Tab Actions](#tab-actions) | 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)` |