Merge branch 'typo' of git://github.com/jubalh/kakoune

This commit is contained in:
Maxime Coste 2015-11-19 21:56:59 +00:00
commit b67d593551

View File

@ -2,9 +2,9 @@ Vi(m) to Kakoune:
=================
Kakoune is inspired heavily by Vim, it strives to be as efficient as Vim,
more consistent and simpler. A big differences is that a lot of special
features in Vim just become regular interaction of basic features in
Kakoune.
more consistent and simpler. A big difference is that a lot of special
features in Vim just become regular interactions of basic features in
Kakoune.
Operations and moves are reversed in Kakoune. First select whatever text
you want to operate on, and then use an modifying operation. That makes
@ -65,4 +65,4 @@ alphabetic chars had to change.
:[gv]/re/cmd
to emulate :g or :v, use % to select the whole buffer, alt-s to get
one selection by line, and then alt-k or alt-K in order to keep only the
selections matching (or not matching) the entered regex.
selections matching (or not matching) the entered regex.