← Back to list

Getting used to Copilot’s “Ghost Text” (and the shortcuts you actually need)

Alright, day two of diving into GitHub Copilot, and today was all about building the muscle memory.

Rwankhede · 2026-06-10 10:59 · 0 claps · 1.3 min read
#github #github-copilot #ai #programming
Open on Medium ↗
Wiki topics: LLM · Large Language Models AI · AI · General 💻 · Programming 🔓 · Open Source

Getting used to Copilot’s “Ghost Text” (and the shortcuts you actually need)

Alright, day two of diving into GitHub Copilot, and today was all about building the muscle memory.

The very first thing you notice when you start typing with Copilot active is what everyone calls “Ghost Text.” It’s that light-grey text that hovers right ahead of your cursor, trying to guess the rest of your line or function before you even finish your thought.

At first, it feels a bit weird — almost like someone is looking over your shoulder trying to finish your sentences. But once you get used to it, the trick is learning how to control it without constantly reaching for your mouse. Here are the keyboard shortcuts I found myself using the most today to keep my flow state going:

  • Accepting the whole thing (Tab): This is the easiest one. If Copilot guesses exactly what boilerplate or logic I need, I just hit Tab, and the grey text turns into real code. Saves a ton of repetitive typing.
  • Taking it word-by-word (Ctrl + Right Arrow): This one is a lifesaver. Sometimes Copilot gets the first half of the line perfectly right, but then it completely hallucinates or goes off track at the end. Instead of accepting the whole mess, hitting Ctrl + → lets me accept the suggestion one word at a time until I want to take over manually.
  • Telling it to shut up (Esc or just keep typing): If the suggestion is completely wrong, hitting Escape clears it out. Honestly, though, most of the time I just ignore it and keep typing my own code. The moment you type a character that doesn't match its guess, it instantly backs off and recalculates.

The biggest takeaway for me today is that you can’t let the ghost text dictate your logic. If it saves me a few seconds on a repetitive line, I take it. If it doesn’t, I just ignore it and keep moving.


메타데이터
post_id
2dcd0503e21d
slug
getting-used-to-copilots-ghost-text-and-the-shortcuts-you-actually-need-2dcd0503e21d
url
https://medium.com/@rwankhede0801/getting-used-to-copilots-ghost-text-and-the-shortcuts-you-actually-need-2dcd0503e21d
canonical_url
https://medium.com/@rwankhede0801/getting-used-to-copilots-ghost-text-and-the-shortcuts-you-actually-need-2dcd0503e21d
author_url
https://medium.com/@rwankhede0801
status
ok
fetched_at
2026-06-11 10:13:20