中文文档请见 这里
There are two ways to install, the first and recommended way is via Package Control:
- Make sure you have
Package Controlinstalled, see https://packagecontrol.io/installation - Search for
Direct CopyusingPackage Controland install
Another way is to clone source from github:
- Browse into your sublime text's package folder
- Run
git clone https://github.com/UniFreak/SublimeDirectCopy.git
There is already a configured demo entry in the setting file, you can add your own copy entries according to demo configuration. The entry name is configured by title and content by content, like this:
{
"entry":
[
{
"title" : "demo",
"content" : "demo contens copied from direct copy"
},
]
}After this, you can then bring up the copy entry selection pop-up by hitting ctrl+shift+c (Windows) or super+shift+c (Mac) and select one for copy. like this:
