X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/dd0a0e51cbcf130025b03de924472011172d5be9..b91f1039e1ea91d681628d8bf73d46d48430d76f:/README.md diff --git a/README.md b/README.md index 09356ae..550707f 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,14 @@ let g:vim_markdown_folding_disabled=1 ## Mappings -- `nn ]]`: go to next header -- `nn [[`: go to previous header -- `nn ][`: go to next sibling header if any -- `nn []`: go to previous sibling header if any -- `nn ]c`: go to Current header -- `nn ]u`: go to parent header (Up) +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) ## License