From 1b0db5f36e373f95a169215213122bcc9e20c5ff Mon Sep 17 00:00:00 2001 From: Chris Murray Date: Sun, 30 Jul 2023 14:42:03 +0100 Subject: [PATCH 1/2] add kitty mac opt as alt faq --- docs/src/faq.md | 1 + static/documentation/faq.html | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/src/faq.md b/docs/src/faq.md index dc606165..7bbd6af6 100644 --- a/docs/src/faq.md +++ b/docs/src/faq.md @@ -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) +4. [Kitty](https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.macos_option_as_alt) ## 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). diff --git a/static/documentation/faq.html b/static/documentation/faq.html index ff29b717..8d202a62 100644 --- a/static/documentation/faq.html +++ b/static/documentation/faq.html @@ -190,6 +190,7 @@

iTerm2
  • Terminal.app
  • Alacritty
  • +
  • Kitty
  • 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).

    From a1b0c5d7fd6b3d3a0db03ff35201d2b54f374c64 Mon Sep 17 00:00:00 2001 From: Low Front Date: Tue, 10 Dec 2024 01:26:17 +0900 Subject: [PATCH 2/2] add hyper alt option in macOS --- docs/src/faq.md | 1 + static/documentation/faq.html | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/src/faq.md b/docs/src/faq.md index 7bbd6af6..de375d92 100644 --- a/docs/src/faq.md +++ b/docs/src/faq.md @@ -23,6 +23,7 @@ This depends on which terminal emulator you're using. Here are some links that m 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). diff --git a/static/documentation/faq.html b/static/documentation/faq.html index 8d202a62..0d23823c 100644 --- a/static/documentation/faq.html +++ b/static/documentation/faq.html @@ -191,6 +191,7 @@

    Terminal.app
  • Alacritty
  • Kitty
  • +
  • Hyper
  • 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).