我的Sublime Text 3快捷键设置

Steps

  1. Open Sublime Text 3;
  2. Go to the menu item.


    Figure 1. The menu item of Key binding
  3. Paste the following settings to the user-customized keymap file.
[
    { "keys": ["ctrl+e"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
    { "keys": [""], "command": "slurp_find_string" },
    { "keys": ["alt+shift+up"], "command": "swap_line_up" },
    { "keys": ["alt+shift+down"], "command": "swap_line_down" },
    { "keys": ["ctrl+shift+up"], "command": "duplicate_line" },
    { "keys": ["ctrl+shift+down"], "command": "duplicate_line" },
]
Figure 2. User-customized keymap
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容