Skip to content

Instantly share code, notes, and snippets.

@the-redback
Created February 18, 2019 17:56
Show Gist options
  • Save the-redback/39ff62a5b70abdc8cbfe77ee9ae547ed to your computer and use it in GitHub Desktop.
Save the-redback/39ff62a5b70abdc8cbfe77ee9ae547ed to your computer and use it in GitHub Desktop.
[
{
"keys":["ctrl+space"],
"command":"auto_complete"
},
{
"keys":["ctrl+space"],
"command":"replace_completion_with_auto_complete",
"Context":[
{"key":"last_command","operator":"equal","operand":"insert_best_completion"
},
{"key":"auto_complete_visible","operator":"equal","operand":false
},
{"key":"setting.tab_completion","operator":"equal","operand":true
}
]
},
{
"keys":["alt+shift+3"],
"command":"set_layout",
"args":{
"cols":[0.0,0.65,1.0],
"rows":[0.0,0.50,1.0],
"cells":[
[0,0,1.75,2],
[1.75,0,2,1],
[1.75,1,2,2]
]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment