X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/893e8d81388f1c27368e963b61d34285d05f5a4b..1bf6933f984f5a01c497fa2b3cd67dac65023347:/README.md?ds=sidebyside 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