Skip to content

Commit

Permalink
chore(docs): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbochs authored and github-actions[bot] committed Mar 21, 2024
1 parent 5b184b6 commit df9dc16
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions doc/grapple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -823,13 +823,14 @@ LOADEDSCOPES WINDOW ~



Open a floating window with all loaded scopes. This buffer is not modifiable.
Some basic actions are available by default:

- **Selection** (`<cr>`): open the |grapple-tags-window| for the loaded scope under the cursor
- **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
- **Toggle** (`<s-cr>`): toggle showing both loaded and unloaded scopes
Open a floating window with all loaded scope IDs. This buffer is not
modifiable. Some basic actions are available by default:

- **Selection** (`<cr>`): open the |grapple-tags-window| for the loaded scope ID under the cursor
- **Quick select** (default: `1-9`): open tags window for the loaded scope ID at a given index
- **Toggle** (`<s-cr>`): toggle showing both loaded and unloaded scope IDs
- **Unload** (`x`): unload the tags for the scope ID under the cursor
- **Deletion** (`X`): reset the tags for the scope ID under the cursor
- **Go up** (`-`): navigate across to the |grapple-scopes-window|
- **Help** (`?`): open the help window

Expand Down

0 comments on commit df9dc16

Please sign in to comment.