Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 302 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 302 Bytes

Copy Relative Path

Adds a "Copy Relative Path" command to the Sublime right-click context menu, which copies the file path of the currently opened file relative to the folder you have open with the greatest path match.

Adding a Hotkey

 {"keys": ["super+i"], "command": "copy_relative_path"},