Thứ Tư, 24 tháng 12, 2014

Keymap sublime text

[
    { "keys": ["f1"], "command": "insert_snippet", "args": { "name": "Packages/XML/long-tag.sublime-snippet" } },
    { "keys": ["f2"], "command": "insert_snippet", "args": {"contents": "<?php ${0:$SELECTION} ?>"}},
    { "keys": ["f3"], "command": "insert_snippet", "args": {"contents": "  ?> ${0:$SELECTION} <?php "}},
    { "keys": ["f4"], "command": "insert_snippet", "args": {"contents": "  // Đánh dấu phần này "}},
    { "keys": ["ctrl+m"], "command": "sftp_browse" },
    { "keys": ["ctrl+u"], "command": "sftp_upload_file" },
    { "keys": ["shift+f4"], "command": "toggle_side_bar" }
]

Không có nhận xét nào: