:esp -> espanso, text expansion everywhere
Ever had to send the same email again and again? This is very common in office environments and we have a way to avoid this hassle (apart from just copy and paste). While in coding we rely on snippets like YASnippet in emacs or UltiSnips/LuaSnip for vim/neovim to save time and write code easily and quick, I haven't seen an alternative for system global snippets. In this context, a snippet is a short keyword that expands to a complete text or function. For example, typing src in org-mode in emacs using YASnippet, will expand to a source block: ...