Я настолько привык использовать Ca для клавиши home (основываясь на том, что я - умник Emacs), что меня беспокоит, что это комбинация, которую экран использует для запуска команд. Могу ли я связать что-то еще с этим?
4 ответа
12
Из моего собственного .screenrc:
# replace Ctrl-A with Ctrl-O
escape ^Oo
7
Комбинация Ca может быть переназначена из файла .screenrc с помощью команды bind .
Этот сайт должен быть вам очень полезен: http://www.softpanorama.org/Utilities/Screen/screenrc_examples.shtml
2
На справочной странице экрана, связанной с параметром -e:
-e xy
specifies the command character to be x and the character generat-
ing a literal command character to y (when typed after the command
character). The default is "C-a" and `a', which can be specified
as "-e^Aa". When creating a screen session, this option sets the
default command character. In a multiuser session all users added
will start off with this command character. But when attaching to
an already running session, this option changes only the command
character of the attaching user. This option is equivalent to
either the commands "defescape" or "escape" respectively.
-1
Это помогает пройти через меню. :-/
Я изменил его, нажав F9 и выбрав «изменить escape-последовательность».
