diff --git a/modules/app/irc/README.org b/modules/app/irc/README.org index b06d136fc..865b11c31 100644 --- a/modules/app/irc/README.org +++ b/modules/app/irc/README.org @@ -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. diff --git a/modules/app/irc/config.el b/modules/app/irc/config.el index f6d9b982e..a75e37bed 100644 --- a/modules/app/irc/config.el +++ b/modules/app/irc/config.el @@ -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 diff --git a/modules/config/default/+bindings.el b/modules/config/default/+bindings.el index a3a7a4143..901696b74 100644 --- a/modules/config/default/+bindings.el +++ b/modules/config/default/+bindings.el @@ -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