X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d57a363718a4469233b543f359b072831c467476..271939ed66546ac99cf45dd4dd9025303f7004fd:/README.md diff --git a/README.md b/README.md index 175d3a4..d95bc2c 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,14 @@ let g:vim_markdown_initial_foldlevel=1 ## Mappings -the following work on normal and visual modes: - -- `]]`: go to next header -- `[[`: go to previous header -- `][`: go to next sibling header if any -- `[]`: go to previous sibling header if any -- `]c`: go to Current header -- `]u`: go to parent header (Up) +The following work on normal and visual modes: + +- `]]`: go to next header. +- `[[`: go to previous header. Contrast with `]c`. +- `][`: go to next sibling header if any. +- `[]`: go to previous sibling header if any. +- `]c`: go to Current header. +- `]u`: go to parent header (Up). ## License