Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 653 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 653 Bytes

atom-dict package

Build Status Greenkeeper badge

Dictionary.app interface for Atom.(OSX only)

Inspired by dictionary.vim.

Requirement

  • Dictionary.app
  • gcc

Keymap

No keymap by default.

edit ~/.atom/keymap.cson

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

Settings

  • direction (default: 'down')