From 87ab0d7b18dd5fce7e1860c9e3e9225a41f01a7e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 10 May 2018 08:46:38 +0530 Subject: [PATCH] Make it clear that focus-window focuses the window it is run inside by default. --- kitty/cmds.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/cmds.py b/kitty/cmds.py index 67a5a41de..93020b6d0 100644 --- a/kitty/cmds.py +++ b/kitty/cmds.py @@ -374,6 +374,7 @@ def new_window(boss, window, payload): # focus_window {{{ @cmd( 'Focus the specified window', + 'Focus the specified window, if no window is specified, focus the window this command is run inside.', options_spec=MATCH_WINDOW_OPTION, argspec='', )