Move irc startup key bindings behind ai prefix

This commit is contained in:
syl20bnr 2015-04-09 01:27:23 -04:00
parent 965dc56817
commit 8d348c21b7
4 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ To use this contribution add it to your `~/.spacemacs`
Key Binding | Description Key Binding | Description
--------------|------------------------------------------------------------ --------------|------------------------------------------------------------
`<SPC> a e` | Starts ERC `<SPC> a i e` | Starts ERC
`<SPC> m b` | Switch between ERC buffers `<SPC> m b` | Switch between ERC buffers
`<SPC> m d` | Interactively input a user action and send it to IRC. `<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 j` | Join a channel, executes the /join command

View file

@ -25,7 +25,7 @@ which require an initialization must be listed explicitly in the list.")
(use-package erc (use-package erc
:defer t :defer t
:init :init
(evil-leader/set-key "ae" 'erc) (evil-leader/set-key "aie" 'erc)
:config :config
(progn (progn

View file

@ -182,7 +182,7 @@ will be replaced by the credentials stored in your `~/.authinfo.gpg`.
Key Binding | Description Key Binding | Description
----------------------|------------------------------------------------------------ ----------------------|------------------------------------------------------------
<kbd>SPC a i</kbd> | Open rcirc <kbd>SPC a i r</kbd> | Open rcirc
<kbd>SPC L o i</kbd> | Open rcirc in a custom perspective "@RICRC" (need perspectives layer enabled) <kbd>SPC L o i</kbd> | Open rcirc in a custom perspective "@RICRC" (need perspectives layer enabled)

View file

@ -36,7 +36,7 @@ which require an initialization must be listed explicitly in the list.")
rcirc-server-alist)) rcirc-server-alist))
(spacemacs//znc-rcirc-connect))) (spacemacs//znc-rcirc-connect)))
(evil-leader/set-key "ai" 'spacemacs/rcirc) (evil-leader/set-key "air" 'spacemacs/rcirc)
(defun spacemacs/rcirc (arg) (defun spacemacs/rcirc (arg)
"Launch rcirc." "Launch rcirc."
(interactive "P") (interactive "P")