Skip to content

Commit

Permalink
Two trivial doco changes (#56)
Browse files Browse the repository at this point in the history
One to add the delete command after opening inspector.
Second an attempt  to make the table look nice.

---------

Co-authored-by: Ellie Huxtable <[email protected]>
  • Loading branch information
AtomicRobotMan0101 and ellie committed Jun 18, 2024
1 parent b94a4db commit 0b65bd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/content/docs/configuration/key-binding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,10 @@ If [vim is enabled in the config](https://docs.atuin.sh/configuration/config/#vi


### Inspector
Open the inspector with ctrl-o

| Shortcut | Action |
| -------- | --------------------------------------------- |
| Esc | Close the inspector, returning to the shell |
| ctrl+o | Close the inspector, returning to search view |
| ctrl+d | Delete the inspected item from the history |
2 changes: 1 addition & 1 deletion src/content/docs/reference/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Atuin search supports wildcards, with either the `*` or `%` character. By
default, a prefix search is performed (ie, all queries are automatically
appended with a wildcard).

| Arg | Description |
| Arg &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| Description |
| -------------------- | ----------------------------------------------------------------------------- |
| `--cwd`/`-c` | The directory to list history for (default: all dirs) |
| `--exclude-cwd` | Do not include commands that ran in this directory (default: none) |
Expand Down

0 comments on commit 0b65bd6

Please sign in to comment.