diff --git a/docs/src/faq.md b/docs/src/faq.md index 278c6b3d..c2ba24f1 100644 --- a/docs/src/faq.md +++ b/docs/src/faq.md @@ -33,9 +33,10 @@ Some terminals don't support the the OSC 52 signal, which is the method Zellij u To do the latter, add one of the following to your [Zellij Config](./configuration.md): ``` -copy_command: "xclip -selection clipboard" # x11 -copy_command: "wl-copy" # wayland -copy_command: "pbcopy" # osx +copy_command "xclip -selection clipboard" # x11 +copy_command "wl-copy" # wayland +copy_command "pbcopy" # osx +copy_command "clip.exe" # Windows WSL2 ``` Note that the only method that works when connecting to a remote Zellij session (eg. through SSH) is OSC 52. If you require this functionality, please consider using a terminal that supports it. diff --git a/docs/src/options.md b/docs/src/options.md index c57ccba0..93748450 100644 --- a/docs/src/options.md +++ b/docs/src/options.md @@ -120,6 +120,7 @@ Examples: copy_command "xclip -selection clipboard" // x11 copy_command "wl-copy" // wayland copy_command "pbcopy" // osx +copy_command "clip.exe" // Windows WSL2 ``` ### copy_clipboard