Skip to content

previousEditor and nextEditor shortcuts are mistakenly swapped #17

@avery-radmacher

Description

@avery-radmacher

Ctrl + PgUp maps to "Previous Tab" in Notepad++, and Ctrl + PgDn maps to "Next Tab", but in vscode-notepadplusplus-keybindings the bindings are swapped.

Notepad++:
Notepad++TabShortcuts

vscode-notepadplusplus-keybindings:

{
    "key": "ctrl+pageup",
    "command": "workbench.action.previousEditor"
},
{
    "key": "ctrl+pagedown",
    "command": "workbench.action.nextEditor"
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions