Developer Tools My Favorite Commands from a Year of Vim I’ve been using vim as my primary text editor for a little over a year now. I’m going to share some of my favorite vim commands that I’ve discovered.
Developer Tools A Guide to Transitioning from GUI Editors to Vim A short guide for transitioning to Vim from GUI text editors like VS Code and Sublime. Get up to speed by learning the most essential commands.
Developer Tools Running Tests from MacVim in iTerm2 Version 3 An update to an AppleScript script that can be triggered from MacVim to find a specific iTerm2 tab for running focused tests.
Developer Tools Code Like a Craftsman with a Vim Clutch Configuring a foot pedal is incredibly easy. Mine came with a simple driver app that took no more than a couple of minutes to install and configure.
Developer Tools Clojure Development in Spacemacs Spacemacs is an awesome editor, and it's excellent for Clojure. Here I’ll describe the installation and setup process and point out a few useful tools.
Developer Tools Everyday Vim – A Basic Vim Commands Cheat Sheet Vim can still be super helpful if all you know is a few commands. So I’ve compiled a few of the Vim commands that I use every day.
Developer Tools, Ember.js Scripting Vim to Help Run Ember Tests It's easy to write a Vim script that runs the Ember test under your cursor.
Developer Tools An Introduction to Scripting Tmux Key Bindings Scripting Tmux is a very powerful addition to your command line toolset. Here's how to add a Tmux key binding to open the file name under the cursor.
Developer Tools Emacs or Vim? Get the Best of Both with Evil Trying to decide on Emacs or Vim? I got the best of both worlds by porting my company's Vim config into Emacs using Evil.
Developer Tools Extending Sublime Text… Now for Vim Lovers Too! Sublime Text’s Vim mode provides good coverage of the basic Vi Command Mode, but it retains the full capabilities of Sublime while in Insert Mode.
Developer Tools Learn Vim with Spaced Repetition Resources for using a spaced repetition algorithm to learn Vim and its commands.
Developer Tools Highlight Strings in Cucumber Features with Vim An "after" syntax file that adds highlighting to double quoted strings in Cucumber feature files when using tpope's vim-cucumber plugin.