私はホームキーにC-aを使ったことがあるので(これは私のemacsオタクであることに基づいています)、これがscreenがコマンドを開始するのに使っている組み合わせであることに悩まされます。他のものをバインドできますか?
私はホームキーにC-aを使ったことがあるので(これは私のemacsオタクであることに基づいています)、これがscreenがコマンドを開始するのに使っている組み合わせであることに悩まされます。他のものをバインドできますか?
回答:
C-aの組み合わせは、 .screenrc ファイル bind コマンド。
このウェブサイトはあなたにとって大きな助けになるはずです。 http://www.softpanorama.org/Utilities/Screen/screenrc_examples.shtml
私自身の.screenrcから:
# replace Ctrl-A with Ctrl-O
escape ^Oo
-eオプションに関連するscreenのmanページから:
-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.
それはメニューを通過するのに役立ちます。 : - /
F9を押して「エスケープシーケンスの変更」を選択して変更しました。
escapeコマンド?