Browse Source

Doc: use autocmd for remapping '<cr>'

Closes #126.
Daniel Hahler 11 years ago
parent
commit
f86d604915
1 changed files with 1 additions and 1 deletions
  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*