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