update VIMTOKAK

This commit is contained in:
Maxime Coste 2012-12-28 14:07:53 +01:00
parent 2b2474b2d1
commit 6d93552fbc

View File

@ -20,8 +20,8 @@ copy a line:
* kak: xy * kak: xy
global replace: global replace:
* vim: :%s/word/replacement * vim: :%s/word/replacement<ret>
* kak: %sword<ret>creplacement * kak: %sword<ret>creplacement<esc>
join line with next: join line with next:
* vim: J * vim: J