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": ["ctrl+q"], "keys":
[
"ctrl+q"
],
"command": "toggle_setting", "command": "toggle_setting",
"args": { "args":
{
"setting": "word_wrap" "setting": "word_wrap"
} }
},
{
"keys":
[
"ctrl+tab"
],
"command": "next_view"
},
{
"keys":
[
"ctrl+shift+tab"
],
"command": "prev_view"
} }
] ]