Skip to content
| Marketplace
Sign in
Visual Studio Code>Keymaps>Pedro's Choice - KeymapNew to Visual Studio Code? Get it now.
Pedro's Choice - Keymap

Pedro's Choice - Keymap

Pedro's Choice

|
171 installs
| (0) | Free
Pedro's choice of the best keybindings for development with VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Pedro's Choice - Keymap

This extension imports a selection of the best keybindings chosen by Pedro.

What keyboard shortcuts are included?

Command macOS Windows Linux
closeEditorsInGroup cmd+shift+w ctrl+shift+w ctrl+shift+w
commentLine cmd+shift+c ctrl+shift+c ctrl+shift+c
copyLinesDownAction ctrl+down ctrl+down ctrl+down
copyLinesUpAction ctrl+up ctrl+up ctrl+up
cursorEndSelect cmd+shift+e ctrl+shift+e ctrl+shift+e
cursorHomeSelect cmd+shift+a ctrl+shift+a ctrl+shift+a
deleteLines cmd+e ctrl+e ctrl+e
focusOpenEditorsView cmd+shift+1 ctrl+shift+1 ctrl+shift+1
fold cmd+numpad_subtract ctrl+numpad_subtract ctrl+numpad_subtract
foldAll cmd+shift+numpad_subtract ctrl+shift+numpad_subtract ctrl+shift+numpad_subtract
insertCursorAbove cmd+shift+up ctrl+shift+up ctrl+shift+up
insertCursorBelow cmd+shift+down ctrl+shift+down ctrl+shift+up
joinLines cmd+j alt+j alt+j
jumpToBracket cmd+m ctrl+m ctrl+m
moveLinesDownAction cmd+down alt+down alt+down
moveLinesUpAction cmd+up alt+up alt+up
transformToLowercase cmd+l alt+l alt+l
transformToUppercase cmd+u alt+u alt+u
unfold cmd+numpad_add ctrl+numpad_add ctrl+numpad_add
unfoldAll cmd+shift+numpad_add ctrl+shift+numpad_add ctrl+shift+numpad_add
viewExplorer cmd+1 ctrl+1 ctrl+1

Add to your project

There are 2 ways you can add Pedro's Choice - Keymap to your project:

By command

Launch VS Code Quick Open (Ctrl+P), paste ext install pedroschoice.pedros-choice-vscode-keybindings, and press enter.

By the Extension Marketplace

Launch VS Code Extension Marketplace (Ctrl+Shift+X), search for Pedro's Choice, and look for the best looking bald dude in the store.

Contributing

How do I contribute?

If you have a sugestion of an awesome shortcut, let me know.

  1. Head over to the GitHub repository.
  2. Open the package.json file.
  3. Add a JSON object to contributes.keybindings as seen below.
  4. Open a pull request.
{
   "mac": "<keyboard shortcut for mac>",
   "win": "<keyboard shortcut for windows>",
   "linux": "<keyboard shortcut for linux>",
   "key": "<default keyboard shorcut>",
   "command": "<which command it will trigger>",
   "when": "<when it should trigger>"
}

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft