From 948c591e8df0078d7ed5bebcd4dfcb9a054706ec Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 8 Dec 2016 09:48:08 +0000 Subject: [PATCH] Small wording change in design.asciidoc --- doc/design.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design.asciidoc b/doc/design.asciidoc index 10594522..b7f15310 100644 --- a/doc/design.asciidoc +++ b/doc/design.asciidoc @@ -62,7 +62,7 @@ normal mode even though they could arguably be moved to command mode. Modes should be orthogonal, and commands in modes should be as well. For example, Vim uses +d+ and +x+ for very similar things: deleting text. In -Kakoune only +d+ exists, and things are done so that +x+ is not needed. +Kakoune only +d+ exists, and the design ensures that +x+ is not needed. Speed -----