1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-22 13:28:32 +03:00

Merge pull request #3143 from alexherbo2/gh-pages-typos

Why Kakoune: Fix typos
This commit is contained in:
Maxime Coste 2019-10-23 23:02:49 +11:00 committed by GitHub
commit 7547fdab19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -589,8 +589,8 @@ improve a lot on vi editing model.</p>
<div class="paragraph">
<p>vi basic grammar is <strong>verb</strong> followed by <strong>object</strong>; it&#8217;s nice because it matches
well with the order we use in English, "delete word". On the other hand,
it does not match well with the nature of what we express: There is only
a handfull of <strong>verbs</strong> in text editing (<strong>d</strong>elete, <strong>y</strong>ank, <strong>p</strong>aste,
it does not match well with the nature of what we express: there is only
a handful of <strong>verbs</strong> in text editing (<strong>d</strong>elete, <strong>y</strong>ank, <strong>p</strong>aste,
<strong>i</strong>nsert&#8230;&#8203;), and they don&#8217;t compose, contrarily to <strong>objects</strong> which can be
arbitrarily complex, and difficult to express. That means that errors are
not handled well. If you express your object wrongly with a delete verb,
@ -598,7 +598,7 @@ the wrong text will get deleted, you will need to undo, and try again.</p>
</div>
<div class="paragraph">
<p>Kakoune&#8217;s grammar is <strong>object</strong> followed by <strong>verb</strong>, combined with instantaneous
feedback, that means you always see the current object (In Kakoune we call
feedback, that means you always see the current object (in Kakoune we call
that the selection) before you apply your change, which allows you to correct
errors on the go.</p>
</div>
@ -644,7 +644,7 @@ Your browser does not support the video tag.
</div>
</div>
<div class="paragraph">
<p>Multiple selections provides us with a very powerfull to express structural
<p>Multiple selections provides us with a very powerful to express structural
selection: we can subselect matches inside the current selections, keep
selections containing/not containing a match, split selections on a regex,
swap selections contents&#8230;&#8203;</p>
@ -710,9 +710,9 @@ Your browser does not support the video tag.
<div class="sect2">
<h3 id="_interactive_predictible_and_fast">Interactive, predictible and fast</h3>
<div class="paragraph">
<p>A design goal of Kakoune is to beat vim at its own game, while providing a
<p>A design goal of Kakoune is to beat Vim at its own game, while providing a
cleaner editing model. The combination of multiple selections and cleaned up
grammar shows thats its possible to have text edition that is interactive,
grammar shows that its possible to have text edition that is interactive,
predictible, and fast at the same time.</p>
</div>
<div class="paragraph">
@ -933,4 +933,4 @@ Last updated 2018-10-14 09:11:15 AEDT
</div>
</div>
</body>
</html>
</html>