Added a default keymap
This commit is contained in:
parent
9530210cc0
commit
9299b2bd98
|
|
@ -0,0 +1,6 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"keys": ["ctrl+alt+r"],
|
||||||
|
"command": "beau"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
@ -25,6 +25,23 @@
|
||||||
"args": {
|
"args": {
|
||||||
"file": "${packages}/User/Beau.sublime-settings"
|
"file": "${packages}/User/Beau.sublime-settings"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"caption": "-"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"caption": "Key Bindings – Default",
|
||||||
|
"command": "open_file",
|
||||||
|
"args": {
|
||||||
|
"file": "${packages}/Beau/Default.sublime-keymap"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"caption": "Key Bindings – User",
|
||||||
|
"command": "open_file",
|
||||||
|
"args": {
|
||||||
|
"file": "${packages}/User/Default.sublime-keymap"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue