From e0ef0cfe757f8971b7fbbf499af1d03ce9b789ce Mon Sep 17 00:00:00 2001 From: Vladimir Stoilov Date: Sat, 1 Mar 2025 09:42:16 +0200 Subject: [PATCH] Update docs for Select Next/Prev SplitOrTab commands --- docs/docs/key-bindings.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/docs/key-bindings.md b/docs/docs/key-bindings.md index 5af8f0612c..1c3764e4fd 100644 --- a/docs/docs/key-bindings.md +++ b/docs/docs/key-bindings.md @@ -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)