Here’s a quick guide on how I use Vim on a day to day basis as a developer. First, we’ll go through some settings, then we’ll cover apps I use the most often. These days, I write code mostly on a Mac, so feel free to substitute the shortcuts below as required. If you’re new… Continue reading My Vim Setup for Day to Day
Category: Productivity
Top 10 IntelliJ Shortcuts
Learning IntelliJ (or other IDE) shortcuts can make us more productive developers. In this post, I’ll highlight my top 10 IntelliJ shortcuts, which I found using the productivity guide: 10. File Structure Popup ⌘F12 or Ctrl + F12 Shows you the structure of a class with methods and properties – handy when looking at a large class.… Continue reading Top 10 IntelliJ Shortcuts
Tab Overflow
On a typical day, you might be working on multiple things at once. You could be working on a story, helping with a support task or preparing a presentation. If you’re anything like me, these things take up lots of tabs in your browser. I’ve always used bookmarks to keep track of the multiple things… Continue reading Tab Overflow