desktop-ubuntu/sublime-text/delete_subword.sublime-macr...

16 lines
233 B
JSON
Raw Normal View History

2024-01-20 18:10:59 +01:00
[
{
"command": "move",
"args":
{
"by": "subwords",
"extend": true,
"forward": false
}
},
{
"args": {},
"command": "left_delete"
}
]