Make it clear that focus-window focuses the window it is run inside by default.
This commit is contained in:
parent
043530409c
commit
87ab0d7b18
@ -374,6 +374,7 @@ def new_window(boss, window, payload):
|
|||||||
# focus_window {{{
|
# focus_window {{{
|
||||||
@cmd(
|
@cmd(
|
||||||
'Focus the specified window',
|
'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,
|
options_spec=MATCH_WINDOW_OPTION,
|
||||||
argspec='',
|
argspec='',
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user