From da2221a87f352739ca4c2cfcf6cbb045102ec640 Mon Sep 17 00:00:00 2001 From: YummyOreo Date: Fri, 29 Sep 2023 20:04:26 -0500 Subject: 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 --- docs/docs/key-binding.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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 | -- cgit v1.2.3