dict

Dictionary.app interface for Atom

aki77

631

8

0.3.1

MIT

GitHub

atom-dict package

Dictionary.app interface for Atom.(OSX only) Build Status

Inspired by dictionary.vim.

Requirement

Keymap

No keymap by default.

edit ~/.atom/keymap.cson

'atom-text-editor':
  'ctrl-c w': 'dict:search'
  'ctrl-c shift-w': 'dict:input'

Settings