VS Code as a markdown editor

When I write anything I prefer to do it in markdown then export it to MS Word, Evernote or WordPress. VS Code makes a great markdown editor with a couple of extensions. Extensions Markdown All in One Seems like an obvious place to start. Adds useful shortcuts, ToC, table formatting and some other useful features. […]

Panes in iTerm2

I don’t use panes in iTerm often enough and whenever I do I seem to have forgotten the keyboard commands to split and navigate them, so… ⌘D – Split vertically ⌘⇧D – Split horizontally ⌘⌥↑ (or ↓, ← or →) – Navigate between panes ⌘⇧↩ – Maximise pane toggle

Use multiple accounts with Heroku

https://github.com/ddollar/heroku-accounts is a plugin for Heroku to allow you to use multiple accounts, e.g. work and personal. To install: heroku plugins:install git://github.com/ddollar/heroku-accounts.git Then set up each account: heroku accounts:add personal –auto heroku accounts:add work –auto Set your default: heroku accounts:default personal Then to switch account for an app: heroku accounts:set work