Codeium Keyboard Shortcuts for VS Code (on Mac)

✔︎ Last updated on May 4th, 2024

Codeium (not to be confused with Codium.ai) is a coding assistant that’s been generating a lot of buzz with its completely free offering for individuals. It has extensions for most popular text editors and IDEs and even supports a wide range of coding languages!

However, since it’s so new (their website was only registered in May of 2021), there are still some kinks to work out.

One of the issues I ran into was with the keyboard shortcuts on Visual Studio Code. The inbuilt tutorial section, “Codeium University,” had incorrect shortcuts, and sometimes it even showed me Windows shortcuts even though I’m on a Mac.

Also read: 4 Awesome tricks to Change the Default Fonts in Excalidraw

To clear up the confusion, I compiled a complete list of Codeium keyboard shortcuts for Mac users working in Visual Studio Code. I have tested all these shortcuts myself, so they are guaranteed to work.

CommandKeybinding
Command ModeCommand + I or Command + Shift + I
Open ChatCommand + Shift + A or Control + Option + A
Show Next CompletionOption + ]
Show Previous CompletionOption + [
Trigger Inline SuggestionOption + \
Cancel Codeium commandOption + C
Diff action acceptOption + A
Diff action follow-upOption + F
Diff action rejectOption + R

I have taken these keybindings straight from the VS Code.

Codeium keyboard shortcuts for vs code on Mac

The frustrating part is that some of Codeium’s features clash with other extensions like VSCodeVim. It makes it super hard to use them without reaching for the mouse!

Take the example of Codeium’s command mode (opened with Cmd + I). Normally, you’d hit the Escape key to exit, but VSCodeVim intercepts that key. This leaves you stuck in command mode unless you manually close it with the mouse.

Here’s a demo of what I mean:

I spent hours trying to fix this through settings and keybindings, and surprisingly, a shortcut did work. If you use VSCodeVim and are stuck in the Codeium’s command mode, like me, try pressing shift + enter. You will get out of it. Unsurprisingly, its not customizable (as of now)

I’d have loved if they had made the Codeium command mode toggle-able using the same shortcut (Cmd + I) but I don’t know why they have configured two shortcuts for launching the command mode. Or if they could specify a command (like codeium.closeCodeiumCommand in VS Code to close the command bar, I could trigger it using some other shortcut or at least customize it in keybindings.json file.

I also posted this issue on the VS Code subreddit to get some help in crafting an alternate keybinding. You can follow it here. I also pinged them on Twitter but they haven’t replied so far.

Also read: How to Automatically Focus Windows Under the Cursor on Mac

What do you think? Is there a way around this? If you’ve got a solution, please let me know below or reach out on Twitter (X).