diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-05-12 19:02:15 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-05-12 19:03:13 +0100 |
| commit | 1bb8fc3dada3531be09716fc68b7cf4dbc2413b4 (patch) | |
| tree | 7fd66888a571b498ecc3ff6ab0995540ae87aa8c | |
| parent | db8a4ca318e894713a396c36f13e8c614b166647 (diff) | |
Add client server as a kakoune feature in README
| -rw-r--r-- | README.asciidoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc index aab6c661..d37f93e5 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -39,6 +39,9 @@ Features - Case manipulation - Indentation - Piping each selection to external filter + * Client-Server architecture + - Multiple clients on the same editing session + - Use tmux or your X11 window manager to manage windows * Simple interaction with external programs * Automatic contextual help * Automatic as you type completion |
