doc: Document the -E flag
This commit is contained in:
parent
3a0d9481ac
commit
6ccfd2f016
|
@ -7,7 +7,7 @@ kak - a vim inspired, selection oriented code editor
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
*kak* [-help] [-q] [-n] [-l] [-ro] [-clear] [-ui ui_type] [-e command] [-f keys] [-p session_id] [-c session_id|[[-d] -s session_id] [+line[:column]|+:] file ...
|
*kak* [-help] [-q] [-n] [-l] [-ro] [-clear] [-ui ui_type] [-e command] [-E command] [-f keys] [-p session_id] [-c session_id|[[-d] -s session_id] [+line[:column]|+:] file ...
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
@ -39,7 +39,10 @@ OPTIONS
|
||||||
run as a headless session (requires -s)
|
run as a headless session (requires -s)
|
||||||
|
|
||||||
-e <command>::
|
-e <command>::
|
||||||
execute the *command* after the initialization phase
|
execute *command* after the client initialization phase
|
||||||
|
|
||||||
|
-E <command>::
|
||||||
|
execute *command* after the server initialization phase
|
||||||
|
|
||||||
-f <keys>::
|
-f <keys>::
|
||||||
enter in 'filter mode' and execute *keys* on the files passed as arguments
|
enter in 'filter mode' and execute *keys* on the files passed as arguments
|
||||||
|
|
Loading…
Reference in New Issue
Block a user