Skip to content

Commit

Permalink
Merge pull request #52 from cirosantilli/mappings
Browse files Browse the repository at this point in the history
Header navigation mappings work for Setext headers.

Its been a month, and it seems it caused no problems to anyone, so I'm merging. If it breaks anything, I'll fix it =)
  • Loading branch information
cirosantilli committed Dec 11, 2013
2 parents bb1bd0a + 271939e commit fd4f9e8
Show file tree
Hide file tree
Showing 2 changed files with 322 additions and 212 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit fd4f9e8

Please sign in to comment.