Command | 🍎 macOS | 🟦 Windows | 🐧 Linux |
---|---|---|---|
🧪 ask, agent, edit 🔁 ᵒⁿˡʸ-ᵛˢᶜᵒᵈᵉ |
⌥ + Z |
Alt + Z |
Alt + Z |
🧪 bottom color change 🟦 🟩 🔲 | ⌘ + ⌥ + P |
Ctrl + Alt + P |
Ctrl + Alt + P |
- | - | - | - |
pick (AI) model ᵒⁿˡʸ-ᵛˢᶜᵒᵈᵉ |
⌥ + X |
Alt + X |
Alt + X |
maximized & minimize (AI) ᵒⁿˡʸ-ᵛˢᶜᵒᵈᵉ |
⇧ + Esc |
Shift + Esc |
Shift + Esc |
Command | 🍎 macOS | 🟦 Windows | 🐧 Linux |
---|---|---|---|
open explorer | ⌘ + 1 |
Ctrl + 1 |
Ctrl + 1 |
open source control (scm) | ⌘ + 2 |
Ctrl + 2 |
Ctrl + 2 |
open extensions | ⌘ + 3 |
Ctrl + 3 |
Ctrl + 3 |
close & open sidebar | ⌘ + Tab |
Ctrl + Tab |
Ctrl + Tab |
- | - | - | - |
new file | ⌥ + C |
Alt + C |
Alt + C |
new folder | ⌥ + V |
Alt + V |
Alt + V |
- | - | - | - |
select all changes files | ⌥ + 1 |
Alt + 1 |
Alt + 1 |
generate commit message (AI) | ⌥ + 2 |
Alt + 2 |
Alt + 2 |
unstage all changes files | ⌥ + 3 |
Alt + 3 |
Alt + 3 |
git pull | ⌥ + 4 |
Alt + 4 |
Alt + 4 |
git commit | ⌥ + Enter |
Alt + Enter |
Alt + Enter |
git push | ⌘ + ⌥ + Enter |
Ctrl + Alt + Enter |
Ctrl + Alt + Enter |
- | - | - | - |
format document | ⌥ + F |
Alt + F |
Alt + F |
format selection | ⌘ + ⌥ + F |
Ctrl + Alt + F |
Ctrl + Alt + F |
organize imports | ⇧ + ⌥ + F |
Shift + Alt + F |
Shift + Alt + F |
- | - | - | - |
open & close debug console | ⌥ + Q |
Alt + Q |
Alt + Q |
open & close terminal | ⌥ + W |
Alt + W |
Alt + W |
open gitlens | ⌥ + E |
Alt + E |
Alt + E |
close panel | ⌥ + E |
Alt + E |
Alt + E |
- | - | - | - |
start debugging | ⌥ + P |
Alt + P |
Alt + P |
restart debugging | ⌥ + O |
Alt + O |
Alt + O |
stop debugging | ⌥ + I |
Alt + I |
Alt + I |
bottom color change | ⌘ + ⌥ + P |
Ctrl + Alt + P |
Ctrl + Alt + P |
- | - | - | - |
view git changes | ⌥ + L |
Alt + L |
Alt + L |
show markdown preview | ⌥ + M |
Alt + M |
Alt + M |
- | - | - | - |
open settings | ⌘ + J |
Ctrl + J |
Ctrl + J |
open settings (JSON) | ⌥ + J |
Alt + J |
Alt + J |
- | - | - | - |
comment line | ⌘ + / |
Ctrl + / |
Ctrl + / |
comment block | ⌥ + / |
Alt + / |
Alt + / |
- | - | - | - |
copy lines up | ⌥ + ⇧ + ↑ |
Alt + Shift + ↑ |
Alt + Shift + ↑ |
copy lines down | ⌥ + ⇧ + ↓ |
Alt + Shift + ↓ |
Alt + Shift + ↓ |
insert cursor above | ⌘ + ↑ |
Ctrl + ↑ |
Ctrl + ↑ |
insert cursor below | ⌘ + ↓ |
Ctrl + ↓ |
Ctrl + ↓ |
- | - | - | - |
deactivate & activate (AI) | ⌥ + Esc |
Alt + Esc |
Alt + Esc |
delete word left | ⌘ + Backspace |
Ctrl + Backspace |
Ctrl + Backspace |
close folder | ⌘ + Delete |
Ctrl + Delete |
Ctrl + Delete |
Command | 🍎 macOS | 🟦 Windows | 🐧 Linux |
---|---|---|---|
(AI) chat interface (popup/modal) | ⌘ + ` | Ctrl + ` | Ctrl + ` |
(AI) chat (open/close) x2 click first | ⇧ + Tab | Shift + Tab | Shift + Tab |
create new (AI) session | ⌥ + A | Alt + A | Alt + A |
show (AI) chat history | ⌥ + S | Alt + S | Alt + S |
attach (AI) context | ⌥ + D | Alt + D | Alt + D |
deactivate & activate (AI) | ⌥ + Esc | Alt + Esc | Alt + Esc |
- | - | - | - |
accept (AI) generated code ✅ | ⌘ + Enter | Ctrl + Enter | Ctrl + Enter |
reject (AI) generated code 🚫 | ⌥ + Enter | Alt + Enter | Alt + Enter |
- | - | - | - |
ask, agent, edit 🔁 ᵒⁿˡʸ-ᵛˢᶜᵒᵈᵉ | ⌥ + Z | Alt + Z | Alt + Z |
pick (AI) model ᵒⁿˡʸ-ᵛˢᶜᵒᵈᵉ | ⌥ + X | Alt + X | Alt + X |
maximized & minimize (AI) ᵒⁿˡʸ-ᵛˢᶜᵒᵈᵉ | ⇧ + Esc | Shift + Esc | Shift + Esc |
Important
Now Backquote
= ( ` ) supports all languages 🌎
exports.BACKTICK_EQUIVALENTS = [
{ Backquote: '`' }, // English, US
{ Backquote: 'º' }, // Spanish (Spain)
{ Backquote: "'" }, // French, German
{ Backquote: '²' }, // French
{ Backquote: '^' }, // German, Swiss
{ Backquote: 'ё' }, // Russian
{ Backquote: '~' }, // Portuguese, Italian
{ Backquote: '半角/全角' }, // Japanese
{ Backquote: '|' }, // Spanish (Latin America)
{ Backquote: '¬' }, // UK, Latin America
{ Backquote: '¨' }, // German, Swedish
{ Backquote: '´' }, // Portuguese (Latin America)
{ Backquote: '₺' }, // Turkish
{ Backquote: '₤' }, // Italian
{ Backquote: '' }, // And MORE...
];
Launch Quick Open
Paste the following command and press Enter
:
ext install bastndev.lynx-keymap
Here is the project link if you want to collaborate: [>_ ] code.
![]() |
---|
Gohit Bastian |
- 🐦 X - For questions and discussions.
- 🔴 Youtube - Code, Software and development insights.
- 💼 Linkedin - Professional networking and career updates.
Icon | Name | Description |
---|---|---|
Lynx Keymap 75% | An all‑in‑one toolkit for LynxJS mobile/web development—bundles keymap, snippets & AI tools like Cursor AI, Windsurf, Trae AI, Firebase Studio. | |
Lynx Theme | A sleek, customizable VS Code theme with built‑in support for Cursor‑AI, Windsurf & Trae‑AI integrations. | |
LynxJS Pack | An all‑in‑one toolkit for LynxJS mobile/web development—bundles keymap, snippets & AI tools like Cursor AI, Windsurf, Trae AI, Firebase Studio. |
Enjoy 🎉 your new keybindings! Suggestions or feedback? Open an issue or contribute. MORE