Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add link in faq for alt-key in Ghostty terminal #255

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
1 change: 1 addition & 0 deletions docs/src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ 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)
1. [Ghostty](https://github.com/zellij-org/zellij/discussions/3895#discussion-7749468)

## 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
1 change: 1 addition & 0 deletions static/documentation/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ <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://github.com/zellij-org/zellij/discussions/3895#discussion-7749468">Ghostty</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