Small wording change in design.asciidoc

This commit is contained in:
Maxime Coste 2016-12-08 09:48:08 +00:00
parent 03eb128536
commit 948c591e8d

View File

@ -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
-----