Add ctrl+f9 for unique lines.
This commit is contained in:
parent
d035399681
commit
da69d132f8
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
{ "keys": ["shift+delete"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"}},
|
||||
{ "keys": ["ctrl+shift+enter"], "command": "insert", "args": {"characters": "\n#"}},
|
||||
{ "keys": ["f4"], "command": "timestamp" },
|
||||
{ "keys": ["f9"], "command": "sort_lines", "args": {"case_sensitive": false} },
|
||||
{ "keys": ["ctrl+f9"], "command": "permute_lines", "args": {"operation": "unique"} },
|
||||
|
||||
// Auto-pair backticks
|
||||
{ "keys": ["`"], "command": "insert_snippet", "args": {"contents": "`$0`"}, "context":
|
||||
|
|
Loading…
Reference in a new issue