Sublime Text Key Bindings

This commit is contained in:
lionel 2022-04-07 20:43:51 +02:00 committed by toto
parent 2e9e2993d4
commit 99a4dbe01f

View File

@ -1,10 +1,27 @@
[ [
{ "keys": ["ctrl+q"], "command": "noop" }, {
{ "keys":
"keys": ["ctrl+q"], [
"command": "toggle_setting", "ctrl+q"
"args": { ],
"setting": "word_wrap" "command": "toggle_setting",
} "args":
} {
"setting": "word_wrap"
}
},
{
"keys":
[
"ctrl+tab"
],
"command": "next_view"
},
{
"keys":
[
"ctrl+shift+tab"
],
"command": "prev_view"
}
] ]