desktop-ubuntu/sublime-text/delete_subword_forward.subl...

15 lines
231 B
Plaintext
Raw Normal View History

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