All Modules / Module 4 / Lesson 2 of 4

Up/down arrow as your primary workflow

4 minute read

Your Most-Used Keys

Here's how experienced Terminal users actually work: they rarely type commands from scratch. They:

  • Press to find a recent command
  • Edit it slightly if needed
  • Press Enter

That's the workflow. You're not memorizing commands — you're recycling them.

Real Example

Let's say you ran this command earlier:

open ~/Documents/Projects

Now you want to open a different folder. Instead of typing from scratch:

1

Press until you find the command

2

Use arrow keys to move to "Projects"

3

Delete it and type the new folder name

4

Press Enter

Build This Habit

Before typing any command, ask yourself: "Have I typed something like this before?"

If yes, press first. It's almost always faster than typing from scratch.

Key Takeaway

The arrow should be one of your most-pressed keys. Recycle commands instead of retyping them.