Skip to content

Conflict between (previousEditor, nextEditor) and vscode's (terminal.focusPrevious, focusNext) #29

@poyu39

Description

@poyu39

It will make workbench.action.terminal.focusPrevious and workbench.action.terminal.focusNext not work.

My solution is to delete this two shortcut.

keybindings.json

[
    {
        "key": "ctrl+pagedown",
        "command": "-workbench.action.previousEditor"
    },
    {
        "key": "ctrl+pageup",
        "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