From a08375a9aff346953b16130792c6d9f5690ce326 Mon Sep 17 00:00:00 2001 From: Todd Yamakawa Date: Wed, 23 Dec 2020 12:59:18 -0600 Subject: [PATCH] Fix typos --- VIMTOKAK | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/VIMTOKAK b/VIMTOKAK index a4236a7e..99a30b63 100644 --- a/VIMTOKAK +++ b/VIMTOKAK @@ -46,11 +46,11 @@ mode. join line with next: * vim: J - * kak: alt-J + * kak: delete to line end: * vim: d$ - * kak: alt-ld or Gld + * kak: d or Gld some classic vim moves are not bound to the same key, this is due to Kakoune using shifted moves to append to selection, so moves that were bound to non @@ -60,9 +60,9 @@ alphabetic chars had to change. block, if you want to get a selection from current point to next block end, you should use M ( clears the selection to one character) -* 0 and $ became alt-h and alt-l. Another binding is gh and gl. +* 0 and $ became and . Another binding is gh and gl. :[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 +to emulate :g or :v, use % to select the whole buffer, to get +one selection by line, and then or in order to keep only the selections matching (or not matching) the entered regex.