From 62c14b3c84c4691b0daf8d3b809a0ee2a37a7425 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 28 Dec 2023 09:58:33 +0800 Subject: [PATCH] docs: zellij's lock mode(passthrough) --- home/base/server/zellij/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/home/base/server/zellij/README.md b/home/base/server/zellij/README.md index 963e6b0b..3c6acec9 100644 --- a/home/base/server/zellij/README.md +++ b/home/base/server/zellij/README.md @@ -27,3 +27,13 @@ As for some Editor such as Neovim, its intergrated terminal is really useful, bu Zellij overcomes these problems, and provides a unified user experience for all terminal emulators! Teminal emulators should only be responsible for displaying characters. + +## Passthrough mode(Lock Mode) + +`Ctrl + g` lock the outer zellij interface, and all keys will be sent to the focused pane. + +It's extremely useful when you want to: + +1. Use zellij locally for daily work, and use a remote zellij via ssh to do some work on the remote server. +1. To avoid the key conflicts between zellij and the program running in the terminal, such as vim, tmux, etc. +