summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYummyOreo <bobgim20@gmail.com>2023-09-29 20:04:26 -0500
committerGitHub <noreply@github.com>2023-09-30 01:04:26 +0000
commitda2221a87f352739ca4c2cfcf6cbb045102ec640 (patch)
tree6ea0acccfa3be477f7dc758971e2b961fc9ae5f0 /docs
parentb4428c27c605ef89d7231096d15851ebfd9bfede (diff)
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 'docs')
-rw-r--r--docs/docs/key-binding.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs/key-binding.md b/docs/docs/key-binding.md
index fd295007d..94e3ee75d 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 |