summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VIMTOKAK4
1 files changed, 2 insertions, 2 deletions
diff --git a/VIMTOKAK b/VIMTOKAK
index 0379f487..29d14d02 100644
--- a/VIMTOKAK
+++ b/VIMTOKAK
@@ -20,8 +20,8 @@ copy a line:
* kak: xy
global replace:
- * vim: :%s/word/replacement
- * kak: %sword<ret>creplacement
+ * vim: :%s/word/replacement<ret>
+ * kak: %sword<ret>creplacement<esc>
join line with next:
* vim: J