aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/sonictemplate-vim.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sonictemplate-vim.txt b/doc/sonictemplate-vim.txt
index 0cde2c0..13f0f8a 100644
--- a/doc/sonictemplate-vim.txt
+++ b/doc/sonictemplate-vim.txt
@@ -113,7 +113,7 @@ Sonictemplate provide postfix-completion. For example: >
name.var_
<
-Typing "<c-y><c-y>" expand to: >
+Typing "<c-y><c-b>" expand to: >
var name = _;
<