如何在屏幕linux中移动到行尾

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/16688303/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-06 22:58:26  来源:igfitidea点击:

how to move to the end of line in screen linux

linuxgnu-screen

提问by ruggedbuteducated

If CTRL+A+ais how you move to the beginning of a line in screen then what is the shortcut key to go to end of the line aside from the Endkey in screen.

如果CTRL+A+a是您移动到屏幕中一行开头的方式,那么除了End屏幕中的键之外,转到行尾的快捷键是什么。

I tried CTRL+A+ Ilike in vim. no luck.

我在 vim 中尝试过CTRL+A+ Ilike。没运气。

Also OT: if you exit a shell will the session persist?

还有 OT:如果您退出 shell,会话会持续吗?

采纳答案by Matheno

CTRL + E will take you to the end of the line.

CTRL + E 将带您到行尾。

回答by jgrundstad

SHIFT+HOME and SHIFT+END both work on my 104 key keyboard in screen and regular sessions.

SHIFT+HOME 和 SHIFT+END 在屏幕和常规会话中都适用于我的 104 键键盘。

OT: Closing the window does not kill your screen session, even when it's active. Typing exitduring the screen session will kill it.

OT:关闭窗口不会终止您的屏幕会话,即使它处于活动状态。exit在屏幕会话期间打字会杀死它。