Hej
If you paste this code into you user keybindings, and change âalt+/â to âctrl+spaceâ then it will do what you want to do
{ âkeysâ: âalt+/â], âcommandâ: âauto_completeâ },
{ âkeysâ: âalt+/â], â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 }
]
}
Ps: I donât have any problems with the change under Ubuntu 12.04