X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0e467378a56ca1f526c8315abd85c18aaa025a38..32343f0a2b4b30921002f271712619b6d79afea0:/README.md diff --git a/README.md b/README.md index 9478b5a..843405f 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,18 @@ The following work on normal and visual modes: - `]c`: go to Current header. - `]u`: go to parent header (Up). +## Commands + +The following commands currently only work for atx style headers (`#`). Pull request are welcome to extend them to Setext style headers (`===`). + +- `:Toc`: create a quickfix vertical window navigable table of contents with the headers. + + Hit `` on a line to jump to the corresponding line of the markdown file. + +- `:Toch`: Same as `:Toc` but in an horizontal window. +- `:Toct`: Same as `:Toc` but in a new tab. +- `:Tocv`: Same as `:Toc` for symmetry with `:Toch` and `Tocv`. + ## Credits The main contributors of vim-markdown are: