diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2017-05-15 22:11:51 +0300 |
|---|---|---|
| committer | Frank LENORMAND <lenormf@gmail.com> | 2017-05-15 22:11:51 +0300 |
| commit | 6ccfd2f0163c20bb873f128ed2fade8dc7dbac5c (patch) | |
| tree | 732b508ea4b48e9a3085db2a515536e139b146e9 | |
| parent | 3a0d9481ac0d037deb43fe93f35318acae763d6b (diff) | |
doc: Document the -E flag
| -rw-r--r-- | doc/kak.1.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/kak.1.txt b/doc/kak.1.txt index 4d20911a..9b3e4b2d 100644 --- a/doc/kak.1.txt +++ b/doc/kak.1.txt @@ -7,7 +7,7 @@ kak - a vim inspired, selection oriented code editor 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 ----------- @@ -39,7 +39,10 @@ OPTIONS run as a headless session (requires -s) -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>:: enter in 'filter mode' and execute *keys* on the files passed as arguments |
