Skip to content

Instantly share code, notes, and snippets.

@ToxicFrog
Created July 4, 2012 02:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ToxicFrog/5d01eba0b9d6714b3c3e to your computer and use it in GitHub Desktop.
Save ToxicFrog/5d01eba0b9d6714b3c3e to your computer and use it in GitHub Desktop.
FORMAT CHAR HEX BIND NOTES
bold ^B 0x02 c-B
underline ^_ 0x1F c-U because c-_ is hard to type
colour ^C 0x03 c-K c-C already bound to "copy"
clear ^O 0x0F c-O resets all formatting
inverse ^V 0x16 c-R aka "reverse", hence the bind; some clients render this as italic instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment