From 784c200258cc529f8001f1d3c784dd6d144b8065 Mon Sep 17 00:00:00 2001 From: Louis Rubet Date: Tue, 7 Oct 2025 18:37:59 +0200 Subject: [PATCH] feat(doc): link to zsh-shioft-select --- plugins/ghostty-copypaste/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/ghostty-copypaste/README.md b/plugins/ghostty-copypaste/README.md index 36fde068c..f5d4f34cf 100644 --- a/plugins/ghostty-copypaste/README.md +++ b/plugins/ghostty-copypaste/README.md @@ -2,6 +2,8 @@ [ghostty](https://ghostty.org/) users, this `zsh` plugin allows you to copy / paste a text selected with the keyboard with `ctrl+shift+c` / `ctrl+shift+v`. +This is a complement to [zsh-shift-select](https://github.com/jirutka/zsh-shift-select), allowing to copy with `{ctrl+}shift+{left,right,up,down,home,end}`. + To use it, add `ghostty-copypaste` to the plugins array of your `.zshrc` file: ```