diff --git a/VIMTOKAK b/VIMTOKAK index 2cdd92df..aab132c8 100644 --- a/VIMTOKAK +++ b/VIMTOKAK @@ -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.