[plug] xterm/bash and Ctrl + S freeze
Steve Grasso
steveg at calm.wa.gov.au
Fri Oct 19 11:45:11 WST 2001
On Friday 19 October 2001 19:23, Sacha Schlegel wrote:
[snip]
> A couple of days ago I found out that when I type Ctrl +S (just because
> it is a habit) in the xterm with bash as shell the xterm/bash freezes.
>
> Does anyone know how to unfreeze the xterm/bash after a Ctrl + S?
Ctrl+q
And for the morbidly curious:
Ctrl + a Jump to the start of the line
Ctrl + e Jump to the end of the line
Ctrl + f Move forward a char
Ctrl + b Move back a char
Ctrl + f Move forward a word
Ctrl + b Move back a word
Ctrl + l Clear the screen
Ctrl + p Fetch the previous command from history
Ctrl + n Fetch the next command from history
Alt + < Move to the first line in the history
Alt + > Move to the last line in the history
Ctrl + r Search the history backwards
Ctrl + s Search the history forwards
Alt + p Search the history backwards non-imcremental
Alt + n Search the history forwards non-imcremental
Ctrl + Alt + y Yank the nth arg from last command
Alt + . Yank last argument to previous command
Alt + ^ History search on current command
Ctrl + d Delete from under the curor
Ctrl + v Insert a tab char
Alt + t Move words around
Alt + u Make word uppercase
Alt + l Make word lowercase
Alt + c Capitalize the word
Ctrl + k Delete to EOL
Ctrl + x Delete to BOL
Alt + d Delete word
Ctrl + y Yank the top of the kill ring
Alt + y Rotate the kill ring and yank
Alt + ? Show current completion list
Alt + * Insert all possible completions
Alt + / Attempt to complete filename
Alt + @ Complete hostname
Ctrl + x @ Show possible hostname completions
Alt + ! Attempt to complete command
Regards,
Steve
More information about the plug
mailing list