# phpcms **Repository Path**: jinger7281/phpcms ## Basic Information - **Project Name**: phpcms - **Description**: PHPCMS Sublime插件,快捷插入常用标签 - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-04-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #PHPCMS Sublime text 3快捷插入标签 为了解放码农的双手而作 使用时将keymap.json中的内容复制到 keybindings -> User中,如果快捷键有冲突自己修改,如果不适应快捷键请自行修改 Phpcms文件夹 用preference -> Browse Packges ... 打开插件文件夹后放在里面即可 **使用方法** 对于pc:content这种内插的,直接选中相应元素,然后按下快捷键即可 对于pc:block这种直接在当前光标位置按下快捷键插入 里面还有一个删除注释元素中的-的函数使用之后会变成 ,这个是全局替换,一键搞定 **快捷键样例** { "keys": ["ctrl+r","ctrl+r"], "command": "reindent" }, { "keys": ["ctrl+h","ctrl+p"], "command": "php_cms_insert_position" }, { "keys": ["ctrl+h","ctrl+c"], "command": "php_cms_insert_category" }, { "keys": ["ctrl+h","alt+c"], "command": "php_cms_insert_category_all" }, { "keys": ["ctrl+h","ctrl+l"], "command": "php_cms_insert_lists" }, { "keys": ["ctrl+h","alt+l"], "command": "php_cms_insert_lists_all" }, { "keys": ["ctrl+h","ctrl+r"], "command": "php_cms_insert_relation" }, { "keys": ["ctrl+h","ctrl+f"], "command": "php_cms_insert_friend_link" }, { "keys": ["ctrl+h","ctrl+b"], "command": "php_cms_insert_block" }, { "keys": ["ctrl+h","ctrl+g"], "command": "php_cms_insert_get" }, { "keys": ["ctrl+h","ctrl+d"], "command": "html_delete_hyphen" }