在Putty中使用Gnome终端命令

时间:2015-01-20 21:38:51

标签: putty gnome-terminal

我正在使用Putty来SSH远程Linux虚拟机。一切都很好,除了我无法让Gnome终端命令在Putty中工作。其中一些命令是:

Ctrl + A or Home

Moves the cursor to the start of a line.

Ctrl+ E or End

Moves the cursor to the end of a line.

Esc + B

Moves to the beginning of the previous or current word.

Ctrl + K

Deletes from the current cursor position to the end of the line.

Ctrl + U

Deletes from the start of the line to the current cursor position.

Ctrl + W

Deletes the word before the cursor.

Alt + B

Goes back one word at a time.

Alt + F

Moves forward one word at a time.

Alt + C

Capitalizes letter where cursor is and moves to end of word.

这些快捷方式在Linux用户中非常普遍。不幸的是,我没有办法让他们在Putty工作。例如,每当我在putty中按CTRL + A时,它会输出^ A而不是跳到行首。

您是否遇到过同样的情况,或者这个问题从未得到解决?然而,我希望有人可以分享,基本上它只需几步就能让它发挥作用。

0 个答案:

没有答案