Sublime Text Key Bindings
This commit is contained in:
parent
2e9e2993d4
commit
99a4dbe01f
@ -1,10 +1,27 @@
|
||||
[
|
||||
{ "keys": ["ctrl+q"], "command": "noop" },
|
||||
{
|
||||
"keys": ["ctrl+q"],
|
||||
"keys":
|
||||
[
|
||||
"ctrl+q"
|
||||
],
|
||||
"command": "toggle_setting",
|
||||
"args": {
|
||||
"args":
|
||||
{
|
||||
"setting": "word_wrap"
|
||||
}
|
||||
},
|
||||
{
|
||||
"keys":
|
||||
[
|
||||
"ctrl+tab"
|
||||
],
|
||||
"command": "next_view"
|
||||
},
|
||||
{
|
||||
"keys":
|
||||
[
|
||||
"ctrl+shift+tab"
|
||||
],
|
||||
"command": "prev_view"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user