Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ This depends on which terminal emulator you're using. Here are some links that m
1. [iTerm2](https://www.reddit.com/r/zellij/comments/13twru4/comment/kpmsjv2/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button)
2. [Terminal.app](https://superuser.com/questions/1038947/using-the-option-key-properly-on-mac-terminal)
3. [Alacritty](https://github.com/zellij-org/zellij/issues/2051#issuecomment-1461519892)
4. [Kitty](https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.macos_option_as_alt)
5. [Hyper](https://apple.stackexchange.com/a/445917)

## Copy / Paste isn't working, how can I fix this?
Some terminals don't support the the OSC 52 signal, which is the method Zellij uses by default to copy text to the clipboard. To get around this, you can either switch to a supported terminal (eg. Alacritty or xterm) or configure Zellij to use an external utility when copy pasting (eg. xclip, wl-copy or pbcopy).
Expand Down
2 changes: 2 additions & 0 deletions static/documentation/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ <h2 id="i-am-a-macos-user-how-can-i-use-the-alt-key"><a class="header" href="#i-
<li><a href="https://www.reddit.com/r/zellij/comments/13twru4/comment/kpmsjv2/?utm_source=share&amp;utm_medium=web3x&amp;utm_name=web3xcss&amp;utm_term=1&amp;utm_content=share_button">iTerm2</a></li>
<li><a href="https://superuser.com/questions/1038947/using-the-option-key-properly-on-mac-terminal">Terminal.app</a></li>
<li><a href="https://github.com/zellij-org/zellij/issues/2051#issuecomment-1461519892">Alacritty</a></li>
<li><a href="https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.macos_option_as_alt">Kitty</a></li>
<li><a href="https://apple.stackexchange.com/a/445917">Hyper</a></li>
</ol>
<h2 id="copy--paste-isnt-working-how-can-i-fix-this"><a class="header" href="#copy--paste-isnt-working-how-can-i-fix-this">Copy / Paste isn't working, how can I fix this?</a></h2>
<p>Some terminals don't support the the OSC 52 signal, which is the method Zellij uses by default to copy text to the clipboard. To get around this, you can either switch to a supported terminal (eg. Alacritty or xterm) or configure Zellij to use an external utility when copy pasting (eg. xclip, wl-copy or pbcopy).</p>
Expand Down