Add ctrl+f9 for unique lines.

master
Ethan Dalool 2020-08-31 21:55:22 -07:00
parent d035399681
commit da69d132f8
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
{ "keys": ["shift+delete"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"}}, { "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": ["ctrl+shift+enter"], "command": "insert", "args": {"characters": "\n#"}},
{ "keys": ["f4"], "command": "timestamp" }, { "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 // Auto-pair backticks
{ "keys": ["`"], "command": "insert_snippet", "args": {"contents": "`$0`"}, "context": { "keys": ["`"], "command": "insert_snippet", "args": {"contents": "`$0`"}, "context":