filmov
tv
Sublime Text 2 Tips 1: Adding names of files to another file using terminal and column select

Показать описание
A quick tip showing how you can use multiple line select (column select) and terminal together to add a bunch of file names into your another project file.
Snippet:
{ "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} },
Snippet:
{ "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} },