Every terminal emulator I've tried ...
Posted Jun 8, 2004 0:59 UTC (Tue) by
mbp (subscriber, #2737)
In reply to:
Every terminal emulator I've tried ... by wookey
Parent article:
The Grumpy Editor's guide to terminal emulators
I always start screen with the escape bound to backtick, because I don't use that nearly as much as C-a.
If you just start it with
screen -e '``'
then it will be fine.
In bash/zsh/kzsh you can write this instead of using backticks
less $(locate hello.c)
or just press backtick twice.
(
Log in to post comments)