Skip to content

Commit

Permalink
docs: add instructions to unbind a key in README (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
gforien authored Oct 10, 2024
1 parent ba4d86d commit 0a4d844
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,15 @@ The list of available builtin commands are:
2. `prs`: approve, assign, unassign, comment, diff, checkout, close, ready, reopen, merge, update, watchChecks, viewIssues
3. `Issues`: assign, unassign, comment, close, reopen, viewPrs
To unbind the "esc" keybinding you can include this in your `config.yml` file:
```yaml
keybindings:
prs:
- key: esc
builtin:
```
#### Defining custom keybindings
This is available for both PRs and Issues.
Expand Down

0 comments on commit 0a4d844

Please sign in to comment.