jdhao's digital space
Recent content on jdhao's digital space
马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml
Regex Keyword and Python Interpolation in Ultisnips
2020年1月5日 18:52
Vim-snippet provides a lot of useful Ultisnips snippets for various
filetypes. For example, for Markdown, to insert level 1 header, the snippet
trigger is sec, and for level 2 and 3 header, the triggers are ssec and
sssec respectively. These triggers are non-intuitive and hard to remember and
type.