Steps
- Open Sublime Text 3;
-
Go to the menu item.
Figure 1. The menu item of Key binding - 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