Skip to content

Commit

Permalink
docs: update keybind example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
LangLangBart committed Jul 4, 2024
1 parent ecf459a commit 32b8c3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,10 @@ gh ext remove LangLangBart/gh-find-code


To avoid interfering with a user's typical keybinds, you can overwrite the following keybinds to
another key. For example, change `ctrl-p` to `alt-u`.
another key. For example, change `ctrl-p` to `ctrl-u`.

```sh
# .bashrc/.zshrc
export GHFC_FILTER_BY_REPO_KEY="alt-u"
GHFC_FILTER_BY_REPO_KEY="ctrl-u" gh find-code
```

> [!NOTE]
Expand Down

0 comments on commit 32b8c3c

Please sign in to comment.