X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/bb1bd0a2f2a0634c8635ee146ad378bc68364191..ff4fc395a7787957f8b940f4fd7189d910d4169e:/README.md diff --git a/README.md b/README.md index 175d3a4..e6f1824 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,21 @@ Syntax highlighting, matching rules and mappings for [Markdown](http://daringfir ## Installation -If you use [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332)(and you should), do this: +If you use [Vundle](https://github.com/gmarik/vundle), add the following line to your `~/.vimrc`: + + Bundle 'plasticboy/vim-markdown' + +And then run inside Vim: + + :so ~/.vimrc + :BundleInstall + +If you use [Pathogen](https://github.com/tpope/vim-pathogen), do this: $ cd ~/.vim/bundle $ git clone https://github.com/plasticboy/vim-markdown.git -To install without Pathogen, download the [tarball](https://github.com/plasticboy/vim-markdown/archive/master.tar.gz) and do this: +If you are not using any package manager, download the [tarball](https://github.com/plasticboy/vim-markdown/archive/master.tar.gz) and do this: $ cd ~/.vim $ tar --strip=1 -zxf vim-markdown-master.tar.gz @@ -38,14 +47,14 @@ let g:vim_markdown_initial_foldlevel=1 ## Mappings -the following work on normal and visual modes: +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) +- `]]`: 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