Skip to content

Commit 7bc4b9d

Browse files
authored
Add indent / dedent to docs (#1230)
## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
1 parent eee6eea commit 7bc4b9d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/user/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,16 @@ eg:
464464

465465
Swaps the given tokens.
466466

467+
### Indent / dedent
468+
469+
- `"dedent <TARGET>"` decreases the indentation level of `<TARGET>`
470+
- `"indent <TARGET>"` increases the indentation level of `<TARGET>`
471+
472+
For example:
473+
474+
- `"indent air"`
475+
- `"dedent funk bat"`
476+
467477
### Insert empty lines
468478

469479
- `"drink <TARGET>"`: Inserts a new line above the target line, and moves the cursor to the newly created line

0 commit comments

Comments
 (0)