Sublime Forum

Copy path to clipboard

#1

Hi

Is there a way to copy the path of the current file to the clipboard?

This will really help when doing things back and forth between the Terminal & Sublime in Ubuntu.

Chris

0 Likes

#2

Right click, Copy File Path.

0 Likes

#3

or create a key binding:

{ "keys": "alt+insert"], "command": "copy_path"}
0 Likes