How to navigate back to the last cursor position in Visual Studio Code?

前端 未结 10 2028
梦如初夏
梦如初夏 2020-11-30 15:50

What is the keyboard shortcut navigate back to the last cursor position in Visual Studio Code?

10条回答
  •  温柔的废话
    2020-11-30 16:40

    The answer for your question:

    1. Mac:
      (Alt+) For backward and (Alt+) For forward navigation
    2. Windows:
      (Ctrl+-) For backward and (Ctrl+Shift+-) For forward navigation
    3. Linux:
      (Ctrl+Alt+-) For backward and (Ctrl+Shift+-) For forward navigation


    You can find out the current key-bindings following this link

    You can even edit the key-binding as per your preference.

提交回复
热议问题