1.录制一份macro caret on a word –> ctrl+left –> ctrl+shift+right 2.将录制好的macro保存为select_current_word.sublime_macro 3.在sublime text 3中的Preferences菜单中找到Keybindings,然后在user的keymap中加入以下快捷键映射信息: [ … { "keys": ["ctrl+e"], "command&q
新建项目 com + shift +N 新建文件 com + N 偏好设置 通用 com + , 跳到指定行 com + L 当前行加断点 com + \ 移动编辑区最上方 com + 上 移动编辑区最下方 com + 下 移动光标所在行最左边 com + 左 移动光标所在最右边 com + 右 向前/后跳一个单词 option + 左&右 向前删除一个单词 option + delete 删除光标所在行后面的所有字符 contro