tjx666 / vscode-classic-experience

Restore familiar VSCode keybindings in Cursor editor. Smooth transition for VSCode users.
https://marketplace.visualstudio.com/items?itemName=YuTengjing.vscode-classic-experience
MIT License
10 stars 1 forks source link
ai claude claude-sonnet cursor gpt keybindings shortcuts vscode vscode-extension

VSCode Keybindings for Cursor

[![Version](https://img.shields.io/visual-studio-marketplace/v/YuTengjing.vscode-classic-experience)](https://marketplace.visualstudio.com/items/YuTengjing.vscode-classic-experience/changelog) [![Installs](https://img.shields.io/visual-studio-marketplace/i/YuTengjing.vscode-classic-experience)](https://marketplace.visualstudio.com/items?itemName=YuTengjing.vscode-classic-experience) [![Downloads](https://img.shields.io/visual-studio-marketplace/d/YuTengjing.vscode-classic-experience)](https://marketplace.visualstudio.com/items?itemName=YuTengjing.vscode-classic-experience) [![Rating Star](https://img.shields.io/visual-studio-marketplace/stars/YuTengjing.vscode-classic-experience)](https://marketplace.visualstudio.com/items?itemName=YuTengjing.vscode-classic-experience&ssr=false#review-details) [![Last Updated](https://img.shields.io/visual-studio-marketplace/last-updated/YuTengjing.vscode-classic-experience)](https://github.com/tjx666/vscode-classic-experience) ![CI](https://github.com/tjx666/vscode-classic-experience/actions/workflows/ci.yml/badge.svg) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com) [![Github Open Issues](https://img.shields.io/github/issues/tjx666/vscode-classic-experience)](https://github.com/tjx666/vscode-classic-experience/issues) [![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg?style=flat-square)](https://github.com/996icu/996.ICU/blob/master/LICENSE)

screenshot

If you enjoy this extension, please consider giving it a star ⭐, and share it on X (Twitter). Thank you 🌹

Features

Seamlessly restore the familiar VSCode keybindings in Cursor with a single installation. This extension brings back the keyboard shortcuts you know and love, enhancing your coding experience without any additional configuration.

Key improvements:

This extension will not modify any of your Cursor settings or local application files. It simply removes certain Cursor shortcuts and restores the original VSCode shortcuts using the extension API. There's no hidden magic involved. If you ever wish to revert to Cursor's original shortcuts, you can easily do so by disabling or uninstalling this extension.

Recommend Settings

this bring back the original vscode activity bar and side bar layout, just like you see in above screenshot.

{
  // don't forget to restart to take effect
  "workbench.activityBar.orientation": "vertical",
}

How to custom vscode keybinding?

Alternatives

While you can restore the ⌘ + K keybinding prefix by changing the workbench.action.keychord.leader to ⌘ + K, this approach has some drawbacks:

  1. It adds numerous keybindings to your keybindings.json, making it harder to manage.
  2. It doesn't address other frequently used keybindings modified by Cursor, such as ⌘ + L.

This extension provides a more comprehensive and manageable solution to restore VSCode-like keybindings in Cursor.

keychord leader

Windows and Linux

As this extension has been primarily developed and tested on macOS, compatibility with Windows and Linux systems has not been thoroughly verified. However, it is expected that most keybindings should work across platforms. If you encounter any issues or discrepancies on Windows or Linux, please don't hesitate to open an issue or submit a pull request. Your feedback and contributions are greatly appreciated to help improve cross-platform compatibility.

My extensions

Check all here: publishers/YuTengjing