mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Add ctrl-space binding for autocomplete
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
window.keymap.bindKeys '.editor',
|
||||
'escape': 'autocomplete:attach'
|
||||
'ctrl-space': 'autocomplete:attach'
|
||||
|
||||
window.keymap.bindKeys '.autocomplete .editor',
|
||||
'enter': 'autocomplete:confirm'
|
||||
'escape': 'autocomplete:cancel'
|
||||
'ctrl-space': 'autocomplete:cancel'
|
||||
|
||||
Reference in New Issue
Block a user