Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Apr 25, 2024
1 parent 58ec85c commit 090b7d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,16 @@ $ cargo run --bin xyz [--features "foo bar"]
$ cargo run --example xyz [--features "foo bar"]
```

By switching the action, you can also run only the build.

### Keybindings

| Key | Description |
| --------------------------------- | -------------------------------------------- |
| <kbd>Down</kbd> <kbd>Ctrl+n</kbd> | cursor down |
| <kbd>Up</kbd> <kbd>Ctrl+p</kbd> | cursor up |
| <kbd>Enter</kbd> | execute `cargo run --bin/example <selected>` |
| <kbd>Tab</kbd> | switch actions |
| <kbd>Esc</kbd> <kbd>Ctrl+c</kbd> | quit |

## License
Expand Down

0 comments on commit 090b7d6

Please sign in to comment.