Glavin001 / atom-gitter

(UNMAINTAINED) :calling: Gitter chat integration with Atom.io
https://atom.io/packages/gitter
MIT License
24 stars 4 forks source link

atom-gitter

Gitter chat

Gitter chat integration with Atom.io.


Install

Atom Package: https://atom.io/packages/gitter

apm install gitter

Or Settings/Preferences ➔ Packages ➔ Search for gitter

Then go to https://developer.gitter.im/apps and retrieve your Personal Access Token.
Enter your Token in the Package Settings. Go to Settings/Preferences ➔ Search for installed package gitter ➔ Enter your Token.

Features

Open Closed
Send Selected Code

Package Settings

Keyboard Shortcuts & Commands

By default, there are no existing keyboard shortcuts. See issue for discussion about default keyboard shortcuts.

To add your own custom keyboard shortcuts, go to AtomOpen Your Keymap.

See Keymaps In-Depth for more details.

Example

For example, this is @Glavin001's personal keymap.cson for Atom.

'.editor': # Available from Editor only
  'cmd-ctrl-c': 'gitter:send-selected-code'
'.workspace': # Available Globally
  'cmd-ctrl-x': 'gitter:toggle-compose-message'
  'cmd-ctrl-z': 'gitter:switch-room'
'.gitter.panel': # Available from within the Gitter compose message panel
  'cmd-ctrl-s': 'gitter:send-message'