mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Make it clear that focus-window focuses the window it is run inside by default.
This commit is contained in:
parent
043530409c
commit
87ab0d7b18
1 changed files with 1 additions and 0 deletions
|
|
@ -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='',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue