Skip to content

Keybinding to ga to switch to previous buffer is missing. #231

Answered by leira
leira asked this question in Q&A
Discussion options

You must be logged in to vote

@losnappas, thanks for pointing me to the right direction! I just solved this issue with:

  {
    "key": "g a",
    "command": "dance.run",
    "args": {
      "commands": [
        "workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup",
        "list.select",
      ],
    }
  },

This will remove the needed in the end.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@71
Comment options

@Shatur
Comment options

@71
Comment options

Answer selected by leira
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants