From 75d581dc78d8d33bb882035fef92ff08ad914c75 Mon Sep 17 00:00:00 2001 From: Calvin Bochulak Date: Mon, 18 Mar 2024 16:07:54 -0600 Subject: [PATCH] docs: update grapple window docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9192b4e..6dabe82 100644 --- a/README.md +++ b/README.md @@ -764,6 +764,7 @@ Open a floating window with all the tags for a given scope. This buffer is modif - **Renaming** (`R`): rename the tag under the cursor - **Quickfix** (``): send all tags to the quickfix list ([`:h quickfix`](https://neovim.io/doc/user/quickfix.html)) - **Go up** (`-`): navigate up to the [scopes window](#scopes-window) +- Help (`?`): Open the help window **API**: @@ -799,6 +800,7 @@ Open a floating window with all defined scopes. This buffer is not modifiable. S - **Quick select** (default: `1-9`): open the tags window for the scope at a given index - **Change** (``): change the current scope to the one under the cursor - **Go up** (`-`): navigate across to the [loaded scopes window](#loaded-scopes-window) +- Help (`?`): Open the help window **API**: @@ -825,6 +827,7 @@ Open a floating window with all loaded scopes. This buffer is not modifiable. So - **Quick select** (default: `1-9`): open tags window for the loaded scope at a given index - **Deletion (`x`)**: reset the tags for the loaded scope under the cursor - **Go up** (`-`): navigate across to the [scopes window](#scopes-window) +- Help (`?`): Open the help window **API**: