Fix typos
This commit is contained in:
parent
5c37f0dd5e
commit
6973422961
8
VIMTOKAK
8
VIMTOKAK
|
@ -2,9 +2,9 @@ Vi(m) to Kakoune:
|
||||||
=================
|
=================
|
||||||
|
|
||||||
Kakoune is inspired heavily by Vim, it strives to be as efficient as Vim,
|
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
|
more consistent and simpler. A big difference is that a lot of special
|
||||||
features in Vim just become regular interaction of basic features in
|
features in Vim just become regular interactions of basic features in
|
||||||
Kakoune.
|
Kakoune.
|
||||||
|
|
||||||
Operations and moves are reversed in Kakoune. First select whatever text
|
Operations and moves are reversed in Kakoune. First select whatever text
|
||||||
you want to operate on, and then use an modifying operation. That makes
|
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
|
:[gv]/re/cmd
|
||||||
to emulate :g or :v, use % to select the whole buffer, alt-s to get
|
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
|
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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user