-
-
Save ToxicFrog/5d01eba0b9d6714b3c3e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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