Skip to content

Latest commit

 

History

History
109 lines (85 loc) · 1.14 KB

irssi.md

File metadata and controls

109 lines (85 loc) · 1.14 KB

IRSSI

Commands

Open an IRC Connection

/connect chat.freenode.net

Disconnect IRC Connection

/disconnect

Join channel

/join #haskell-beginners

Close Window

/window close
/wc

Send Private message

/query <nickname>

List users in the channel

/n

Leave the channel

/part

Change username

/nick <new-username>

Get help

/help

Windows

Make window non sticky

/window stick off

Show Window

/window show i

Close window

/window close i

Grow window

/window grow i

Shrink window

/window shrink i

Save Layout

/layout save

Shortcuts

Switching windows

Alt-[0-9]
Alt-[qwertyuiop]
C-p previous window
C-n next window

Change servers

<C-X>

Scroll down/up

Pg up/Pg dn

Resources