ERC layer: move SPC a i s on SPC a i i

This commit is contained in:
syl20bnr 2015-04-21 02:02:19 -04:00
parent 6f9cad9996
commit d64709d75b
2 changed files with 2 additions and 1 deletions

View file

@ -32,6 +32,7 @@ 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

View file

@ -23,7 +23,7 @@
(evil-leader/set-key
"aie" 'erc
"aiE" 'erc-tls
"ais" 'erc-track-switch-buffer)
"aii" 'erc-track-switch-buffer)
:config
(progn