Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 477 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 477 Bytes

Autocomplete package Build Status

View and insert possible completions in the editor using ctrl-space.

Looking to use a different keybinding? Copy the following to your ~/.atom/keymap.cson to tweak:

'.active.pane':
  'ctrl-space': 'autocomplete:toggle'