Want to join our next free coding event? Book Your Seat

Four Tips for Moving Faster as a Developer

Square rithm logo
Rithm School

Oct 16, 2018

When lecturing, I'm commonly asked how I move so quickly between windows, between tabs and in applications like Terminal or the browser. In this post, I’d like to briefly highlight four essential tips and tricks for becoming a faster and more productive developer.

As an aside: these commands are Mac specific, but can easily be translated to another operating system!

1. Keyboard Navigation

This one may seem a bit silly, but it's invaluable to learn and these shortcuts work in almost every application! Try these out in your text editor or browser.

  1. Hold option and press left or right – jump between words

  2. Hold command and press left or right – jump to beginning/end of line

  3. Hold shift and press left or right – select one character at at time

  4. Hold option and shift and press left or right – select one word at at time

  5. Hold command and shift and press left or right – select one line at at time

  6. Hold option and press delete – delete a word

  7. Hold command and press delete – delete a line

2. Navigate effectively in Terminal

As a developer, you're going to be spending quite a bit of time in Terminal, which means you have to become confident navigating without a GUI (graphical user interface) and a mouse!

One of the biggest struggles we see students deal with is trying to find folders that they have previous created. While using the find command is great for files, there's a nice tool called fasd (pronounced "fast") that allows you to find folders in seconds. You can read more about it here.

Here are some instructions for how to install it:

  1. Download the zip file
  2. Unzip the file
  3. In Terminal, cd into the unzipped file and run make install
  4. In your .zshrc or .bashrc (which are located in your home directory), add the following eval "$(fasd --init auto)"
  5. Close Terminal and open it again
  6. You should be able to run the command which z without any errors
  7. Once you visit a folder in terminal you can type z followed by the name of the folder and press tab and then enter to jump to the folder.

Aside from fasd, there are some essential shortcuts you need to know when working in terminal, including:

  1. control + a – jump to the beginning of a line

  2. control + e – jump to the end of a line

  3. control + w – delete one word

  4. control + u – delete an entire line

  5. option + left and right (works everywhere!) – jump between words

3. Know your Browser shortcuts (Chrome specific)

Along with the Terminal, your browser will be one of the most commonly used tools in your day-to-day. Here are a few shortcuts to make sure you know!

  1. command + l – jump to the browser bar

  2. command + t – open a new tab

  3. command + shift + c – open the elements tab with the selector picked

  4. command + option + j – open the chrome console

  5. command + shift + d – dock out the chrome console

  6. command + w – close the current tab

  7. command + option + left or right – move between tabs

4. Get comfortable with your editor (VSCode specific)

At Rithm School, we tell all of our students to use VSCode for their text editor. Here are a few keyboard shortcuts for this editor specifically. If you don't use VSCode, that's okay – these shortcuts most likely exist in your editor, though the keyboard shortcuts may be slightly different!

  1. highlight text, then press command + d – highlight the next occurrence of that text in the current file

  2. highlight text, then press command + shift + l – highlight all occurrences of that text in the current file

  3. option + shift + up or down – create a copy of the current line (above or below your current cursor position)

  4. option + up or down – move the current line up or down

  5. command + p – search through the current workspace by file name

  6. command + shift + f – search through all text in the current workspace

  7. command + b – toggle sidebar

  8. command + ` – toggle windows

  9. command + option + left or right – move between tabs

Bonus! Get to the Terminal/Editor/Browser as soon as possible

Drag and drop a folder to the terminal, text editor, or if it's an HTML file even to the browser to open it up right away in that application.


In short, it's going to take some practice to get comfortable with all of these commands and shortcuts, but the more you can pick up the faster you'll get!

One final tip: if you want to master these shortcuts, don't try to do it all in one go. Focus on just one shortcut at a time, and practice it for a few days. Once you've mastered it, move on to the next one. It'll take more time, but this is the best way to make these shortcuts second nature.

Want to learn more? Check out our curriculum here or join us at a meetup soon!

If you like this post, Share with your friends on

Related Blog Posts

From product manager to touring musician to software engineer, Daniel talks with Sophie about his success story post-bootc...
Britt Lee-Still
Feb 27, 2024
H2 2022 Outcomes Students reported: 32 Graduates available for employment: 31 Graduation rate: 100% 6 month job placement ...
Britt Lee-Still
Dec 16, 2023
Rithm School is in the process of completing an official audit through accounting firm Elliot Davis for our H2 2022...
Britt Lee-Still
Dec 15, 2023

Are You The Next Rithm School Graduate?

Start the process to book a call with our admissions team!

Download the
program syllabus

Get the syllabus, daily schedule, and a few more details about Rithm: