Как я могу использовать дом, конец, страницу, клавиши Page Down на Солярисе через PuTTY?

Я предпочитаю множественное число. Если Вы воображаете свой сайт, не являющийся динамичным, и необходимо было создать сайт просто с помощью папок и файлов, который подавался апачем. Затем папка была бы множественным числом. Например, документы, а не документ.

2
задан 10 April 2013 в 16:37
1 ответ

Since you didn't specify what you want the keys to do, I'm assuming that you want to do the following;

Page-up: scroll the terminal up a page

Page-Down: Scroll the terminal down a page

Home: Move the cursor to the beginning of the commandline

End: Move the cursor to the end of the commandline

The page-up/down keys will work in PuTTY regardless of OS if you just hold the Shift key. Shift+PgUp will scroll the PuTTY window up a page.

The Home and End keys require a terminfo change (various kinds will work), and are typically dependent on what type of shell you are using (sh, ksh, bash, and so forth).

Using your examples above, please check your TERM setting (echo $TERM) and what shell you are using (ps or echo $SHELL).

For more info, there's this question/answer on SuperUser.

2
ответ дан 3 December 2019 в 11:48

Теги

Похожие вопросы