Изменить: (перечитывая ваш вопрос, я понимаю, что это не то, что вы после. Я думал, что вы имели в виду IRB. Я оставлю это здесь, а не удалять, так как я думаю, что это может быть очень полезной информацией )
В конечном итоге это зависит от того, на какой системе вы находитесь.
ctrl + l ( cmd + K на Mac, я считаю)
это также работает в обычном терминале, или в интерпретаторе python, или в mysql и т. Д.
Есть немало других ярлыков, с которыми вы можете ознакомиться. я нашел это после быстрого поиска в Google:
CTRL-l - Clears the screen and places the command prompt at the top of the page.
CTRL-r - Starts a search against the command history. Start by typing in what you want to search by then press CTRL-r to see the matches.
CTRL-c - Kills the current running foreground program.
CTRL-z - Stop/sleep the current running foreground program.
CTRL-s - Stops the output to the screen.
CTRL-q - Allows output to the screen.
CTRL-a - Moves the cursor the start of the line
CTRL-e - Moves the cursor to the end of the line
CTRL-f - Moves the cursor 1 character forward
CTRL-b - Moves the cursor 1 character backward
не упоминается в этом списке, что
Alt-F moves the curosor one word forward
Alt- B moves the cursor one word back