VSCode - Importing keyboard shortcuts

前端 未结 4 2252
孤街浪徒
孤街浪徒 2021-02-19 09:10

I\'m using VSCode on Windows and Ubuntu and I\'d like to have the same keyboard shortcuts in both environment (saving my brain memory space for

4条回答
  •  清酒与你
    2021-02-19 09:50

    As an answer to a similar question, I made a VSCode extension that provides the default Windows keybindings on any platform. It is on the VSCode extension marketplace, and called Windows Default Keybindings.

    If you're happy with the Windows defaults, that should do what you want.

    If you want a different platform's bindings (Linux or Mac), you could use the same procedure I did to make that extension, namely, run "Preferences: Open Default Keyboard Shortcuts (JSON)" and stuff the result into the appropriate place in package.json in a new extension.

提交回复
热议问题