I needed to open the terminal in VSCode but I forgot the command — which I do all the time but by muscle memory. Thinking about it just made it harder. I had to turn my focus elsewhere and when I came back I could do it by muscle memory!
Ben Halpern on February 05, 2025
Happens to me all the time. My keybind for opening my fuzzy finder is
<space>pf
, and I've literally had to go into my config, and dig through my files until I see the binding and go "oh, yeah, that's what it was". Feels like it happens at least once a week.The same thing happens to me all the time - I can type them, but if you ask me, I won't be able to always tell what they are!
CTRL+~
It's called the tilde
For me it's
ctrl + backtick
. I remember it because in markdown a code block is opened with backtick, but I cannot figure out how to escape a backtick here, so here's one in a triple backtick code block :@lolcabanon Those are both the same thing on the keyboard 😁
Not on mine! (French (Canada))
Well I learned something new today 😄
The struggle is real! 😅 Our brains work in mysterious ways - sometimes stepping back is the best debugging technique for memory lapses
I had the same problem with jibberish passwords on one of my works. I could never type them on my phone and had to use a PC to type them and see what they were. Even tho we had a 90 days change policy this happened to me every time
That happens to me as well and takes me a few goes to get it right.
Sort of keyboard related but I've been on macos for 6 years now and still call it the start button in my head when I am memorising chords.
Best way if you use VSCode for code writing, and other terminal program like ghostty as terminal. Do not mix these. Terminal first development is your friend.
I have set
ctrl+T
keybinding to open terminal. it is very handy like chrome commandsctrl+n
for new window,ctrl+r
for refreshing.So no chance of forgetting next day.
Seriously? Not to be a hater, but just make your own shortcut. It is so easy to do.
The real way to master your IDE is to make it your own. (See also make your own snippets)