微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

gnu-screen – 如何在屏幕会话中使用Vim的增量(Control-a)?

有没有办法将屏幕上的Control-a重新映射到Alt-a或其他东西,所以我可以正常使用Vim中的Control-A(增加光标下的数字)?
从男人的屏幕:

-e xy
specifies the command character to be x and the character generating 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.

defescape xy
Set the default command characters. This is equivalent to the “escape”
except that it is useful multiuser sessions only. In a multiuser session “escape” changes the command character of the calling user,where
“defescape” changes the default command characters for users that will
be added later.

escape xy Set the command character to x and the character generating a literal command character (by triggering the “Meta” command) to y (similar to the -e option). Each argument is either a single character,a two-character sequence of the form “^x” (meaning “C-x”),a backslash followed by an octal number (specifying the ASCII code of the character),or a backslash followed by a second character,such as “\^” or “\”. The default is “^Aa”.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐