From e18ac4f0f5c9623c6fa5b5086e289888e739f377 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 20 Dec 2021 10:47:33 +0530 Subject: [PATCH] ... --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index d0614f94f..884886ca8 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -300,7 +300,7 @@ How do I open a new window or tab with the same working directory as the current In :file:`kitty.conf` add the following:: map f1 launch --cwd=current - map f2 launch --cwd=current --type=tab + map f2 launch --cwd=current --type=tab Pressing :kbd:`F1` will open a new kitty window with the same working directory as the current window. The :doc:`launch command ` is very powerful,