diff options
| author | YummyOreo <bobgim20@gmail.com> | 2023-09-29 20:04:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-30 01:04:26 +0000 |
| commit | da2221a87f352739ca4c2cfcf6cbb045102ec640 (patch) | |
| tree | 6ea0acccfa3be477f7dc758971e2b961fc9ae5f0 /docs | |
| parent | support timezones in calendar (#1259) (diff) | |
| download | atuin-da2221a87f352739ca4c2cfcf6cbb045102ec640.zip | |
feat: copy to clipboard (#1249)
* feat: adds clipboard as a dep
* feat: add copy if you press ctl+y
* docs: add copy to clipboard to docs
Diffstat (limited to '')
| -rw-r--r-- | docs/docs/key-binding.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs/key-binding.md b/docs/docs/key-binding.md index fd295007..94e3ee75 100644 --- a/docs/docs/key-binding.md +++ b/docs/docs/key-binding.md @@ -124,6 +124,7 @@ $env.config = ( | ctrl + s | Cycle through search modes | | alt + 1 to alt + 9 | Select item by the number located near it | | ctrl + c / ctrl + d / ctrl + g / esc | Return original | +| ctrl + y | Copy selected item to clipboard | | ctrl + ⬅︎ / alt + b | Move the cursor to the previous word | | ctrl + ➡️ / alt + f | Move the cursor to the next word | | ctrl + h / ctrl + b / ⬅︎ | Move the cursor to the left | |
