Add comment for comment newlines.
This commit is contained in:
parent
2e3784e849
commit
86910a73ec
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
{ "keys": ["shift+alt+up"], "command": "select_lines", "args": {"forward": false} },
|
||||
{ "keys": ["shift+alt+down"], "command": "select_lines", "args": {"forward": true} },
|
||||
|
||||
|
||||
// Convenient newlines for comments.
|
||||
{
|
||||
"keys": ["ctrl+shift+enter"],
|
||||
"command": "insert", "args": {"characters": "\n#"},
|
||||
|
@ -20,6 +20,7 @@
|
|||
"command": "insert", "args": {"characters": "\n//"},
|
||||
"context": [{ "key": "selector", "operator": "equal", "operand": "source.js" }]
|
||||
},
|
||||
|
||||
{ "keys": ["f4"], "command": "timestamp" },
|
||||
{ "keys": ["f9"], "command": "sort_lines", "args": {"case_sensitive": false} },
|
||||
{ "keys": ["ctrl+f9"], "command": "permute_lines", "args": {"operation": "unique"} },
|
||||
|
|
Loading…
Reference in a new issue