From: Ciro Duran Santillli Date: Thu, 25 Apr 2013 14:35:36 +0000 (+0200) Subject: updated readme 2 X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/766fabddbca486f2f4117a3ec49735cd340645c9?ds=inline;hp=-c updated readme 2 --- 766fabddbca486f2f4117a3ec49735cd340645c9 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