X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7699a752ecdff53ffce1e8bf667caa60d92a42c0..df9dab8972c83f198aa05e166acd46e59ec4bd80:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 2ba5429..fc3052a 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,14 @@ 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`: + + map asdf Markdown_MoveToParentHeader + +To disable a map, use: + + map Markdown_MoveToParentHeader + ## Commands - `:HeaderDecrease`: