diff options
| author | Thorsten Ball <mrnugget@gmail.com> | 2026-05-18 06:21:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-17 21:21:52 -0700 |
| commit | b77b86bb7d0feb88224347b70cd234bea57d7608 (patch) | |
| tree | 5cd226f06581745d198149377b9cdb920ac429e2 | |
| parent | refactor: pull `fn into_utc` into atuin-server-database crate (#3487) (diff) | |
| download | atuin-b77b86bb7d0feb88224347b70cd234bea57d7608.zip | |
docs: Highlight `Ctrl-r` keybinding on docs page (#3489)
I had to look 5 times and I think highlighting it like this might've
reduced it to 2 :)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if
you're adding a new feature or changing an existing one, we'd really
appreciate if you open an issue, post on the forum, or drop in on
Discord -->
## Checks
- [x] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [x] I have checked that there are no existing pull requests for the
same thing
| -rw-r--r-- | docs/docs/guide/basic-usage.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/guide/basic-usage.md b/docs/docs/guide/basic-usage.md index f6df1c94..09cf67e0 100644 --- a/docs/docs/guide/basic-usage.md +++ b/docs/docs/guide/basic-usage.md @@ -15,11 +15,11 @@ While you work, Atuin records: ## Opening and using the TUI -At any time, you can open the TUI with the default keybindings of the up arrow, or ctrl-r. +At any time, you can open the TUI with the default keybindings of the up arrow, or `ctrl-r`. Once in the TUI, press enter to immediately execute a command, or press tab to insert it into your shell for editing. -While searching in the TUI, you can adjust the "filter mode" by repeatedly pressing ctrl-r. Atuin can filter by: +While searching in the TUI, you can adjust the "filter mode" by repeatedly pressing `ctrl-r`. Atuin can filter by: 1. All hosts 2. Just your local machine |
