X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/fa17cb8df22137f311e3e87bd0be6cd5d17c8898..d12befde9cfc3d83c04c484107f2d0ac5dc40e45:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 770c625..a5bdbbe 100644 --- a/README.md +++ b/README.md @@ -132,11 +132,11 @@ The following work on normal and visual modes: - `]u`: go to parent header (Up). `Markdown_MoveToParentHeader` -This plugging follows the recommended Vim plugin mapping interface, so if you want to change the map `]u` to `asdf`, add to your `.vimrc`: +This plugin follows the recommended Vim plugin mapping interface, so to change the map `]u` to `asdf`, add to your `.vimrc`: map asdf Markdown_MoveToParentHeader -To disable a map, use: +To disable a map use: map Markdown_MoveToParentHeader