diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-01-25 00:38:59 +0000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-01-25 00:38:59 +0000 |
| commit | 2475ffa612bb91874eeb050aaed7904775d6e90f (patch) | |
| tree | 9cb487d2ece316926d460c502542c1dcc67de2d0 /doc | |
| parent | d3ecc9f31112b5df2007d79dcb51cb50f42d7d8d (diff) | |
| parent | 8ff2d0ba4110cde987595ba37bc12ad4c7aadb7d (diff) | |
Merge remote-tracking branch 'ekie/tiny_tweaks'
Diffstat (limited to 'doc')
| -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 cacd6c5b..4c7710c9 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* [-q] [-n] [-l] [-ro] [-clear] [-ui ui_type] [-e command] [-f keys] [-p session_id] [-c session_id|[[-d] -s session_id] file ... +*kak* [-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 ... DESCRIPTION ----------- @@ -51,7 +51,7 @@ OPTIONS connect to the given session -s <session_id>:: - rename the current session name to *session_id* + set the current session name to *session_id* -ui <type>:: select the user interface, can be one of 'ncurses', 'dummy' or 'json' @@ -62,6 +62,9 @@ OPTIONS -ro:: enter in 'readonly mode', all the buffers opened will not be written to disk ++line[:column]:: + specify a target line and column for the first file + file:: one or more files to edit |
