Unbind default "build" hotkeys.
This commit is contained in:
parent
b9b8390753
commit
6acadee16f
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
{ "keys": ["f9"], "command": "sort_lines", "args": {"case_sensitive": false} },
|
||||
{ "keys": ["ctrl+f9"], "command": "permute_lines", "args": {"operation": "unique"} },
|
||||
|
||||
// Disable default keybinds I don't care about
|
||||
{ "keys": ["ctrl+b"], "command": "false" },
|
||||
{ "keys": ["ctrl+shift+b"], "command": "false" },
|
||||
|
||||
// Auto-pair backticks
|
||||
{ "keys": ["`"], "command": "insert_snippet", "args": {"contents": "`$0`"}, "context":
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue