From c63dd76814c0c9cad599499b8754c3d258c83012 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 28 Mar 2019 18:43:17 +0530 Subject: [PATCH] Note what the default for --cwd for @ new-window is --- kitty/cmds.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/cmds.py b/kitty/cmds.py index 78f0fd7fe..c6a558e67 100644 --- a/kitty/cmds.py +++ b/kitty/cmds.py @@ -474,7 +474,8 @@ program running in it. --cwd -The initial working directory for the new window. +The initial working directory for the new window. Defaults to whatever +the working directory for the kitty process you are talking to is. --keep-focus