]>
git.madduck.net Git - etc/vim.git/blobdiff - ftplugin/mkd.vim
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:
call <sid>MapNormVis('<Plug>(Markdown_MoveToCurHeader)', '<sid>Markdown_MoveToCurHeader')
if !get(g:, 'vim_markdown_no_default_key_mappings', 0)
call <sid>MapNormVis('<Plug>(Markdown_MoveToCurHeader)', '<sid>Markdown_MoveToCurHeader')
if !get(g:, 'vim_markdown_no_default_key_mappings', 0)
- nnore map <buffer> ]] <Plug>(Markdown_MoveToNextHeader)
- nnore map <buffer> [[ <Plug>(Markdown_MoveToPreviousHeader)
- nnore map <buffer> ][ <Plug>(Markdown_MoveToNextSiblingHeader)
- nnore map <buffer> [] <Plug>(Markdown_MoveToPreviousSiblingHeader)
- nnore map <buffer> ]u <Plug>(Markdown_MoveToParentHeader)
- nnore map <buffer> ]c <Plug>(Markdown_MoveToCurHeader)
+ nmap <buffer> ]] <Plug>(Markdown_MoveToNextHeader)
+ nmap <buffer> [[ <Plug>(Markdown_MoveToPreviousHeader)
+ nmap <buffer> ][ <Plug>(Markdown_MoveToNextSiblingHeader)
+ nmap <buffer> [] <Plug>(Markdown_MoveToPreviousSiblingHeader)
+ nmap <buffer> ]u <Plug>(Markdown_MoveToParentHeader)
+ nmap <buffer> ]c <Plug>(Markdown_MoveToCurHeader)
- vnore map <buffer> ]] <Plug>(Markdown_MoveToNextHeader)
- vnore map <buffer> [[ <Plug>(Markdown_MoveToPreviousHeader)
- vnore map <buffer> ][ <Plug>(Markdown_MoveToNextSiblingHeader)
- vnore map <buffer> [] <Plug>(Markdown_MoveToPreviousSiblingHeader)
- vnore map <buffer> ]u <Plug>(Markdown_MoveToParentHeader)
- vnore map <buffer> ]c <Plug>(Markdown_MoveToCurHeader)
+ vmap <buffer> ]] <Plug>(Markdown_MoveToNextHeader)
+ vmap <buffer> [[ <Plug>(Markdown_MoveToPreviousHeader)
+ vmap <buffer> ][ <Plug>(Markdown_MoveToNextSiblingHeader)
+ vmap <buffer> [] <Plug>(Markdown_MoveToPreviousSiblingHeader)
+ vmap <buffer> ]u <Plug>(Markdown_MoveToParentHeader)
+ vmap <buffer> ]c <Plug>(Markdown_MoveToCurHeader)
endif
command! -buffer -range=% HeaderDecrease call s:HeaderDecrease(<line1>, <line2>)
endif
command! -buffer -range=% HeaderDecrease call s:HeaderDecrease(<line1>, <line2>)