浏览代码

Doc: use autocmd for remapping '<cr>'

Closes #126.
Daniel Hahler 11 年之前
父节点
当前提交
f86d604915
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/startify.txt

+ 1 - 1
doc/startify.txt

@@ -471,7 +471,7 @@ current entry.
 
 If you want to use another key instead of <cr>, put this in your vimrc:
 >
-    nmap o <plug>(startify-open-buffers)
+    autocmd User Startified nmap <buffer> o <plug>(startify-open-buffers)
 <
 ==============================================================================
 COLORS                                                         *startify-colors*