Last Updated: February 25, 2016
·
3.539K
· dayjo

Sublime Text Keyboard Shortcut for Copying Current File Path

You can do this by right clicking and clicking "Copy Path", but I wanted a keyboard shortcut for it.

You can add a Keyboard Shortcut to make this a bit easier by adding the following to your "Key Bindings - User" under preferences;

{ "keys": ["super+ctrl+f"], "command": "copy_path" }

Obviously SUPER+CTRL+F is the shortcut key for full screen apps (if applicable). I don't tend to use them so for me this is fine, but change it if you need to!