Developer Tools Everyday Vim – A Basic Vim Commands Cheatsheet Vim can be super helpful even if you only know a few commands. So I've compiled a few of the Vim commands that I use every day.
Personal Optimization Power Editing: Keep Your Hands on the Keyboard Here are four tips, from keyboard shortcuts to command palettes, that will keep your hands on the keyboard and make you a power editor.
Developer Tools Improving Command Line Productivity with GNU Readline My favorite Readline features for improving my workflow on the command line—keyboard shortcuts, long commands, reverse search, and persisting options.
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 How to Record and Replay Macros with Vim Vim macros let us transform code like no other editor. Here's how to use them and never write tedious code again.
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.