]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

updated readme
authorCiro Duran Santillli <ciro.santilli@gmail.com>
Thu, 25 Apr 2013 14:34:20 +0000 (16:34 +0200)
committerCiro Duran Santillli <ciro.santilli@gmail.com>
Thu, 25 Apr 2013 14:34:20 +0000 (16:34 +0200)
README.md

index 871ed6594766afd4cfe0508b417f907d82842693..09356ae96cace442aafdff222a815cabca5c5c93 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,10 +29,11 @@ let g:vim_markdown_folding_disabled=1
 ## Mappings
 
 - `nn ]]`: go to next header
-- `nn ][`: go to next sibling header if any
-- `nn ]u`: go to parent header (Up)
 - `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)
 
 ## License