On 2009-03-07 09:41 (-0500), Michael Henry wrote:
> The thing that always stops me in my tracks, though, is choosing a
> command key. By default, screen uses control-A as the command key. I
> have long-standing muscle memory of using control-A at the Bash prompt
> to move to the start of line, and I think it would drive me crazy to
> keep invoking screen by mistake.
With "Ctrl-a a" you can send a single Ctrl-a to the terminal.
> If any of you guys use GNU screen, have you remapped the command key?
My text terminal is always XTerm+Screen so I use Screen a lot. I haven't
remapped the command key because I think "Ctrl+a a" is OK for running
beginning-of-line. But I would probably use:
escape ^zz
in my ~/.screenrc. In Vim and many text terminal applications Ctrl-z is
suspend key. I think it's not a big loss if you now use Ctrl-z for
Screen command and "Ctrl-z z" for suspend.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---