update README
This commit is contained in:
parent
415be1d2c7
commit
03fed5f6e2
|
@ -22,6 +22,7 @@ Kakoune dependencies are:
|
||||||
* GCC >= 4.7
|
* GCC >= 4.7
|
||||||
* boost
|
* boost
|
||||||
* ncurses
|
* ncurses
|
||||||
|
* socat (used by kak scripts to write to kak control socket)
|
||||||
|
|
||||||
To build, just type *make* in the src directory
|
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.
|
Just running *kak* launch a new kak session with a client on local terminal.
|
||||||
*kak* accepts some switches:
|
*kak* accepts some switches:
|
||||||
|
|
||||||
* +-c <session>+: connect to given session (which is the pid of the
|
* +-c <session>+: connect to given session, sessions are unix sockets
|
||||||
initial kak process), sessions are unix sockets +/tmp/kak-<session>+
|
+/tmp/kak-<session>+
|
||||||
* +-e <commands>+: execute commands on startup
|
* +-e <commands>+: execute commands on startup
|
||||||
* +-n+: ignore kakrc file
|
* +-n+: ignore kakrc file
|
||||||
|
* +-s <session>+: set the session name, by default it will be the pid
|
||||||
|
of the initial kak process.
|
||||||
|
|
||||||
Basic Movement
|
Basic Movement
|
||||||
--------------
|
--------------
|
||||||
|
@ -127,7 +130,9 @@ Changes
|
||||||
|
|
||||||
* _r_: replace each character with the next entered one
|
* _r_: replace each character with the next entered one
|
||||||
* _&_: align selection, align the last character of selections by
|
* _&_: 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 lower case
|
||||||
* _~_: to upper case
|
* _~_: to upper case
|
||||||
* _alt-`_: swap case
|
* _alt-`_: swap case
|
||||||
|
|
Loading…
Reference in New Issue
Block a user