From a4d6dcc1367df9a898099b4ebfdb7d2c3b858b7e Mon Sep 17 00:00:00 2001 From: Moaz bin Mokhtar Date: Sat, 6 Jul 2024 03:21:19 +0300 Subject: [PATCH] doc: provide guide for copy issue to install xclip for debian based OS (x11) --- docs/src/faq.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/faq.md b/docs/src/faq.md index 278c6b3d..b2d9cf1e 100644 --- a/docs/src/faq.md +++ b/docs/src/faq.md @@ -40,6 +40,14 @@ copy_command: "pbcopy" # osx 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. +Note that in case you applied previous configuration and you still have error said `Error using the system clipboard.`, kindly install below incase you have debian based OS (x11): + +```shell +sudo apt install xclip +``` + +Then it should work fine. + ## How can I use floating panes? You can toggle showing/hiding floating panes with `Ctrl +

+ ` (if no floating panes are open, one will be opened when they are shown).