X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/64a4f988ae6e2bac05abc3782015db9fffdd3027..44ac1f42e98063e8148d1a67ed22dca86af79380:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 5ba457d..894037a 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,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`: