X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/fa17cb8df22137f311e3e87bd0be6cd5d17c8898..314f86e7a11e5e90eb49a795c29b807ceb46fe6c:/README.md 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