Skip to content

Commit

Permalink
Add extra info to collection browser docs
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Aug 14, 2024
1 parent 22b874d commit d7ec480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified .coverage
Binary file not shown.
3 changes: 2 additions & 1 deletion src/posting/widgets/collection/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ class CollectionTree(PostingTree[CollectionNode]):
- Press `d` to duplicate the request under the cursor (showing the request info modal so you can edit title/description/directory).
- Press `D` (`shift`+`d`) to quickly duplicate the request under the cursor (without showing the request info modal).
- `j` and `k` can be used to navigate the tree.
- `J` and `K` (that is shift+j and shift+k) jumps between sub-collections.
- `J` and `K` (shift+j and shift+k) jumps between sub-collections.
- `g` and `G` jumps to the top and bottom of the tree, respectively.
- `backspace` deletes the request under the cursor.
- `shift+backspace` deletes the request under the cursor, skipping the confirmation dialog.
Sub-collections cannot be deleted from the UI yet.
Expand Down

0 comments on commit d7ec480

Please sign in to comment.