Skip to content

Commit 7a09726

Browse files
authored
Merge pull request #251 from schoettl/match-angle-brackets
Enable % to jump between angle brackets
2 parents 304fd3c + afb62a8 commit 7a09726

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ftplugin/org.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ if ! exists('b:did_ftplugin')
4040
" expand tab for counting level of checkbox
4141
setlocal expandtab
4242

43+
" enable % for angle brackets < >
44+
setlocal matchpairs+=<:>
45+
4346
" register keybindings if they don't have been registered before
4447
if exists("g:loaded_org")
4548
exe s:py_version . 'ORGMODE.register_keybindings()'

0 commit comments

Comments
 (0)