X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/893e8d81388f1c27368e963b61d34285d05f5a4b..106db7654586a25fc61cb06b50a4e6d2b08a32a7:/README.md diff --git a/README.md b/README.md index b004bbc..24c5c6c 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ let g:vim_markdown_initial_foldlevel=1 **Disable Default Key Mappings** -Add the following line to your `.vimrc` to disable default key mappings. You can map them by yourself with `` mappings +Add the following line to your `.vimrc` to disable default key mappings. You can map them by yourself with `` mappings. ```vim -let g:markdown_no_default_key_mappings=1 +let g:vim_markdown_no_default_key_mappings=1 ``` ## Mappings