Skip to content

Commit

Permalink
docs: update grapple window docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbochs committed Mar 18, 2024
1 parent be3cff9 commit 75d581d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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** (`<c-q>`): 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**:

Expand Down Expand Up @@ -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** (`<s-cr>`): 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**:

Expand All @@ -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**:

Expand Down

0 comments on commit 75d581d

Please sign in to comment.