jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

Make % jump between < and > #250

Closed schoettl closed 7 years ago

schoettl commented 8 years ago

% usese 'matchpairs' to jump between e.g. ([{}]) (default).

I would love to have <> added to the 'matchpairs'. I think this is a good default for filetype org:

I will provide a pull request adding it: :setlocal matchpairs+=<:>

BTW: This seems to be the responsibility of the specific filetype plugin as discussed here at neovim.

jceb commented 7 years ago

Merged.