From 03fed5f6e279406971a21c816c427c1d01994144 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 19 Sep 2013 19:54:17 +0100 Subject: [PATCH] update README --- README.asciidoc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 3bccd879..e6b657e5 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -22,6 +22,7 @@ Kakoune dependencies are: * GCC >= 4.7 * boost * ncurses + * socat (used by kak scripts to write to kak control socket) To build, just type *make* in the src directory @@ -35,10 +36,12 @@ Running Just running *kak* launch a new kak session with a client on local terminal. *kak* accepts some switches: - * +-c +: connect to given session (which is the pid of the - initial kak process), sessions are unix sockets +/tmp/kak-+ + * +-c +: connect to given session, sessions are unix sockets + +/tmp/kak-+ * +-e +: execute commands on startup * +-n+: ignore kakrc file + * +-s +: set the session name, by default it will be the pid + of the initial kak process. Basic Movement -------------- @@ -127,7 +130,9 @@ Changes * _r_: replace each character with the next entered one * _&_: align selection, align the last character of selections by - inserting spaces before + inserting spaces the last character + * _alt-&_: align selection, align the last character of selections by + inserting spaces before the selection begin * _`_: to lower case * _~_: to upper case * _alt-`_: swap case