Sublime Text Key Bindings
This commit is contained in:
parent
2e9e2993d4
commit
99a4dbe01f
@ -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"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user