This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/contrib/irc/erc
2015-04-21 02:02:19 -04:00
..
packages.el ERC layer: move SPC a i s on SPC a i i 2015-04-21 02:02:19 -04:00
README.md ERC layer: move SPC a i s on SPC a i i 2015-04-21 02:02:19 -04:00

ERC contribution layer for Spacemacs

Table of Contents

Description

Layer for ERC IRC chat.

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(erc))

NOTE: If you're on OS X, it's recommended to install the terminal-notifier gem so that you get notifications via the OS X Notification Center.

Key bindings

Key Binding Description
<SPC> a i e Starts ERC
<SPC> a i E Starts ERC via TLS/SSL
<SPC> a i i Switch to next active ERC buffer
<SPC> m b Switch between ERC buffers
<SPC> m d Interactively input a user action and send it to IRC.
<SPC> m j Join a channel, executes the /join command
<SPC> m n Run "/names #channel" in the current channel.
<SPC> m l Run the /list command
<SPC> m p Part from the channel
<SPC> m q Quit server

Note If you want to connect securely to an IRC server, you must run erc-tls command on SPC a i E instead of the erc command.