summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/faq.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/faq.md b/docs/faq.md
index 2a8980b..ffa0f54 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -34,6 +34,16 @@ hook global ModuleLoaded tmux %{
[tmux]: https://github.com/tmux/tmux
+**Example** – [kitty] configuration:
+
+``` kak
+hook global ModuleLoaded kitty %{
+ alias global popup kitty-terminal-tab # or kitty-terminal
+}
+```
+
+[kitty]: https://sw.kovidgoyal.net/kitty/
+
## What is the difference between _>_ and _$_?
The `>` or `connect-terminal` command runs its arguments (by default your shell) inside a connected terminal,