Re: binding command character to f12
Bob Proulx <bob-5cAygf9QrE/[email protected]>
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <[email protected]> |
sonne wrote: > Great, how could I now unset C-a so as to free the keystroke? Set the escape character to something different. Personally as an Emacs user I find C-a a terribly unfortunate collision and always change it to C-z which seems innocuous for either it or vi. I have this in my ~/.screenrc file. escape ^z^z Bob