Vim Tips Wiki
No edit summary
Tag: Source edit
 
(10 intermediate revisions by 8 users not shown)
Line 14: Line 14:
   
 
==IRC overview==
 
==IRC overview==
IRC ([[Wikipedia:Internet Relay Chat|Internet Relay Chat]]) is a form of real-time text messaging (chat). A user installs a suitable [[Wikipedia:Comparison of Internet Relay Chat clients|IRC client]] program, then configures it to connect to an IRC network (such as [[Wikipedia:Freenode|freenode]]), and a specific channel on that server (such as #vim).
+
IRC ([[Wikipedia:Internet Relay Chat|Internet Relay Chat]]) is a form of real-time text messaging (chat). A user installs a suitable [[Wikipedia:Comparison of Internet Relay Chat clients|IRC client]] program, then configures it to connect to an IRC network (such as [[Wikipedia:Libera Chat|Libera Chat]]), and a specific channel on that server (such as #vim).
   
 
==Joining #vim==
 
==Joining #vim==
  +
To join the #vim IRC channel you need to use an IRC client to connect to the Libera Chat IRC network. HexChat, Konversation, XChat, mIrc, Miranda, Textual and Pidgin are graphical clients that can be used to connect to an IRC network. WeeChat and Irssi are popular [https://libera.chat/guides/clients terminal clients]. On Firefox you can also use the ChatZilla addon. On Android, RevolutionIRC is a popular client available from F-Droid and Google Play. On Apple iOS, LimeChat is available from the AppStore You can also use [https://web.libera.chat/ Libera.Chat] so you don't have to install any software.
  +
  +
Choose an IRC server from the list of [https://libera.chat/guides/connect libera.chat hostnames] near you to connect to. Your client of choice will probably have a list of them configured already. Once connected you can use the <code>/join #vim</code> command to join the #vim channel (makes sense doesn't it). In the webchat you can also enter the room you want to join right away.
  +
  +
On the libera.chat IRC network you need to register your account (aka nick) to be able to chat in most channels. A [https://libera.chat/guides/registration detailed howto] is available on the Libera.Chat site. It only takes a few minutes to register so it's not that big a hassle. If you're using client software there's usually a way to have the registration done automatically once you log on. Google is your friend if you want to find out how to do that for your particular client.
  +
  +
More detailed information on all of this is available on the [https://libera.chat/guides libera.chat website].
  +
 
{{todo}}
 
{{todo}}
*Outline procedure to join #vim.
 
 
*Outline how to ask a question.
 
*Outline how to ask a question.
 
Network http://freenode.net
 
   
 
==See also==
 
==See also==
[http://vi-improved.org Vi-IMproved.org] is the online home for #vim. It is maintained by [[User:Metacosm|Metacosm]] who moved the general "information on Vim" pages to the Vim Tips wiki in [[Vim Tips Wiki:New tips/200802|February 2008]]...
+
[http://vi-improved.org Vi-IMproved.org] is the online home for #vim. It is maintained by robertmeta (aka [[User:Metacosm|Metacosm]]) who moved the general "information on Vim" pages to the Vim Tips wiki in [[Vim Tips Wiki:New tips/200802|February 2008]].
 
... except that it isn't: as of September 2012 [http://vi-improved.org Vi-IMproved.org] is dead, having been replaced by some guy's CV page.
 
   
 
Some useful pages:
 
Some useful pages:
Line 34: Line 37:
 
*[[Quick tips]]
 
*[[Quick tips]]
 
*[[Vim IRC FAQ]]
 
*[[Vim IRC FAQ]]
  +
*[[Tutorial]]
 
*[[Super retab]]
 
*[[Super retab]]
   

Latest revision as of 05:03, 11 June 2021

Tip 1579 Printable Monobook Previous Next

created 2008 · complexity basic · author Metacosm · version 7.0


Searching the tips on this wiki can often help solve a problem encountered when using Vim. However, if you want to ask a question, you will need to subscribe to a mailing list, or join the #vim IRC channel.

IRC overview[]

IRC (Internet Relay Chat) is a form of real-time text messaging (chat). A user installs a suitable IRC client program, then configures it to connect to an IRC network (such as Libera Chat), and a specific channel on that server (such as #vim).

Joining #vim[]

To join the #vim IRC channel you need to use an IRC client to connect to the Libera Chat IRC network. HexChat, Konversation, XChat, mIrc, Miranda, Textual and Pidgin are graphical clients that can be used to connect to an IRC network. WeeChat and Irssi are popular terminal clients. On Firefox you can also use the ChatZilla addon. On Android, RevolutionIRC is a popular client available from F-Droid and Google Play. On Apple iOS, LimeChat is available from the AppStore You can also use Libera.Chat so you don't have to install any software.

Choose an IRC server from the list of libera.chat hostnames near you to connect to. Your client of choice will probably have a list of them configured already. Once connected you can use the /join #vim command to join the #vim channel (makes sense doesn't it). In the webchat you can also enter the room you want to join right away.

On the libera.chat IRC network you need to register your account (aka nick) to be able to chat in most channels. A detailed howto is available on the Libera.Chat site. It only takes a few minutes to register so it's not that big a hassle. If you're using client software there's usually a way to have the registration done automatically once you log on. Google is your friend if you want to find out how to do that for your particular client.

More detailed information on all of this is available on the libera.chat website.

 TO DO 

  • Outline how to ask a question.

See also[]

Vi-IMproved.org is the online home for #vim. It is maintained by robertmeta (aka Metacosm) who moved the general "information on Vim" pages to the Vim Tips wiki in February 2008.

Some useful pages:

Comments[]