Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix EditorTextEndWithSelection/EditorTextStartWithSelection for VSCode for Mac OS Key Mapping #2742

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 24, 2024

  1. Fix EditorTextEndWithSelection/EditorTextStartWithSelection for VSCod…

    …e for Mac OS Key Mapping
    
    The vscode for macos mapping was missing the EditorTextEndWithSelection/EditorTextStartWithSelection
    key mappings.
    
    Xcode and VSCode both use the Shift+CMD+Up/Down keystrokes accordingly.
    
    VSCode KeyMap references:
    - cursorBottomSelect (https://github.com/microsoft/vscode-docs/blob/1b7a6496ee24b25f2a01855bbe3ff3ff18580c45/build/keybindings/doc.keybindings.osx.json#L16)
    - cursorTopSelect (https://github.com/microsoft/vscode-docs/blob/1b7a6496ee24b25f2a01855bbe3ff3ff18580c45/build/keybindings/doc.keybindings.osx.json#L86)
    ragboyjr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a075068 View commit details
    Browse the repository at this point in the history