Emacs Blogging: Insert Tag from YAML Frontmatter Posts
My blog posts here usually have a line like: tags: [ swift, xcode, codesigning ] For tags I don't use a lot, I sometimes don't remember how to write them. So I do the only sane thing -- and go to my website's ...
For a long time I have been using Neovim as my main editor, but sometimes I do find myself in situations where VSCode is more convenient, for example when working with notebooks. In Neovim I have been using Lazygit combined with Toggleterm in order to quickly access a popup lazygit window with a quick shortcut. For VSCode there is no plugin to do this AFIK (please let me know if I am wrong).
Modern Git Commands and Features You Should Be Using
pAll of us - software engineers - use code class="inline"git/code every day, however most people only ever touch the most basic of commands, such as...