March 09, 2023 productivity 4 min read A beginner's guide to text expansion: boost your productivity Learn how text expansion tools can significantly improve your typing efficiency and workflow automation across different platforms. Topics: automation text-expansion productivity vim macos windows
September 17, 2020 code 3 min read Save time with UltiSnips in a Vim based Markdown environment Learn how to use UltiSnips with Vim to create powerful snippets that make Markdown editing faster and more efficient. Topics: markdown ultisnips vim productivity
January 14, 2020 code 2 min read Making UltiSnips work with VimWiki A quick solution to make UltiSnips work properly with VimWiki by adjusting key mappings. Topics: vim vimwiki ultisnips productivity
December 27, 2019 code 3 min read Pelican YAML frontmatter with UltiSnips Learn how to automate YAML frontmatter generation for Pelican blogs using UltiSnips in Vim. Topics: pelican ultisnips vim yaml automation
October 11, 2017 devops 2 min read Editing files in Docker containers: practical approaches Learn how to edit files within Docker containers when standard editing tools aren't available in slim container images. Topics: docker vim containers development