1
0

using deb for sublime-text

This commit is contained in:
Imperator
2021-09-13 12:53:30 +02:00
committed by Lionel
parent 19f726677e
commit 4c6419a404
18 changed files with 45 additions and 25 deletions

View File

@ -0,0 +1,10 @@
[
{ "keys": ["ctrl+q"], "command": "noop" },
{
"keys": ["ctrl+q"],
"command": "toggle_setting",
"args": {
"setting": "word_wrap"
}
}
]