Remove the SPC o I
keybinding to open IRC
This commit is contained in:
parent
e8834710c2
commit
a8c31db7be
3 changed files with 7 additions and 10 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue