1)Can I choose what starting prefix command my aliases can be? The default is /.

For example.

/n /nick $1-

And.

\n /notify $1- | halt.

But of course, \n makes it /\n.

2)Can I make my aliases case-sensitive? For example, /c and /C.

Knowing that alias { command word, $1 = command, $2 = word, yet there is no way to retrieve the alias you typed. Anyone got an idea?

3)How would I be able to do a keyword search in a log file? But not actually opening the log file. So like, /wordsearch logfile.rtf and it will bring to me the first or most recent line that such a word has been used.

4)$calc. That only brings me to up to 6 decimal digits. Though using $round($calc()) you can lessen it. But, any idea on the ability to have more than 6 decimal digits?

5)Also, there is no way to change the color of previous text in a window/buffer?

Thanks.