Sublime Plugin - 实现类似Notepad复制文件到分屏的插件

插件名称:SimpleClone

插件官网:http://mikefowler.me/2012/05/30/file-cloning-in-sublime-text/

Github:https://github.com/mikefowler/simple-clone

插件使用:

Windows/Linux
Ctrl-Shift-Right to clone the active view to the right.
Ctrl-Shift-Down to clone the active view down.
Ctrl-Shift-Alt-N to clone to a new window.

OSX
Super-Shift-Right to clone the active view to the right.
Super-Shift-Down to clone the active view down.
Super-Shift-Alt-N to clone to a new window.

快捷键修改:

打开 C:\Users\Administrator\AppData\Roaming\Sublime Text 2\Packages\SimpleClone\Default (Windows).sublime-keymap

把 Ctrl-Shift-Right  和 Ctrl-Shift-Down 改为了 Ctrl-Shift-Alt-Right  和 Ctrl-Shift-Alt-Down

你可能感兴趣的:(sublime,plugin)