Last active
February 14, 2019 16:39
-
-
Save fluffywaffles/3ee817cf1852223477cdf9244e424046 to your computer and use it in GitHub Desktop.
In-order Traversal of {}-Delimited Blocks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Adapted from ":help [[" | |
" To use ]] and [[ as: "go to next/previous section open/close" | |
map ]] /\%({\\|}\)$<CR> | |
map [[ ?\%({\\|}\)$<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment