Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 561 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 561 Bytes

Quick Toggle File

A VSCode Extension for quick toggle between current file and last file

Screenshot

Single editor

Multi editors

How to use

  1. Press cmd/ctrl + shift + p, and then search quick toggle file

  2. You can also set shortcuts in keybindings.json. like:

[
  {
    "key": "ctrl+e",
    "command": "quickToggleFile.toggle"
  }
]