# man n bind for help on this stuff

echo off

/bind F1 /away away
/bind F2 /ts
/bind F3 /log on
/bind F4 /savebuf
/bind F5 /url
/bind F6 NotifyWindow
/bind ^l /clear
/bind ^n /newwin
/bind ^s /save
/bind ^c /close
/bind ^o /mode +o \$nick


# delete class binding first
bind Entry <Control-Key-b> {}
# "insert bold char"
/bind ^b {%W insert insert \x02}

# insert bold char or kill line
#/bind ^u {%W insert insert \x1f}
/bind ^u {%W delete 0 end}

# insert beep
/bind ^g {%W insert insert \a}

# insert reverse char
#/bind ^r {%W insert insert \x16}

echo on
