Doc: use autocmd for remapping '<cr>'

Closes #126.
This commit is contained in:
Daniel Hahler 2014-11-22 18:47:18 +01:00 committed by Marco Hinz
parent c93e90f371
commit f86d604915

View file

@ -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*