tip?
You must have pressed CTRL+A, tip's ``raise character,''
specially designed for people with broken caps-lock keys. Use
~s as above and set the variable ``raisechar'' to something
reasonable. In fact, you can set it to the same as the force
character, if you never expect to use either of these features.
Here is a sample .tiprc file perfect for Emacs users who need to type CTRL+2 and CTRL+A a lot:
force=^^
raisechar=^^
The ^^ is SHIFT+CTRL+6.
tip?