Remove the SPC o I keybinding to open IRC

This commit is contained in:
Mark Redeman 2018-06-23 23:04:03 +02:00
parent e8834710c2
commit a8c31db7be
No known key found for this signature in database
GPG key ID: E555FD0E65FF9E9E
3 changed files with 7 additions and 10 deletions

View file

@ -91,13 +91,13 @@ username: myusername
* Appendix
** Commands
Here is a list of available commands, their default keybindings (defined in
[[../../private/default/+bindings.el][private/default/+bindings.el]]), and corresponding ex commands (if any -- defined
in [[../../private/default/+evil-commands.el][private/default/+evil-commands.el]]).
| command | key | description |
|---------+-----------+-------------------------------------------|
| ~=irc~ | =SPC o I= | Connect to IRC and all configured servers |
To connect to IRC you can invoke the ~=irc~ function using =M-x= or your own
custom keybinding.
| command | description |
|---------+-------------------------------------------|
| ~=irc~ | Connect to IRC and all configured servers |
When in a circe buffer these keybindings will be available.

View file

@ -141,7 +141,7 @@ playback.")
:desc "Jump to channel" :n "c" #'+irc/ivy-jump-to-channel))
(:map circe-channel-mode-map
:desc "Show names" :n "n" #'circe-command-NAMES)))
:desc "Show names" :n "n" #'circe-command-NAMES))))
(def-package! circe-color-nicks

View file

@ -667,9 +667,6 @@
:desc "Eshell" :n "e" #'+eshell/open
:desc "Eshell in popup" :n "E" #'+eshell/open-popup
(:when (featurep! :app irc)
:desc "IRC" :n "I" #'=irc)
(:when (featurep! :collab floobits)
:desc "floobits" :prefix "f"
:n "c" #'floobits-clear-highlights