[U-co] algunas convinaciones de teclas utiles en BASH

Daniel Fernando Quiroga Saavedra dfqs.0408 en gmail.com
Jue Ago 7 21:48:15 UTC 2008


Control Key combinations (CTRL+KEY)

   Ctrl + a : jump to the start of the line
   Ctrl + b : move back a char
   Ctrl + c : terminate the command
   Ctrl + d : delete from under the cursor
   Ctrl + e : jump to the end of the line
   Ctrl + f : move forward a char
   Ctrl + k : delete to EOL
   Ctrl + l : clear the screen
   Ctrl + r : search the history backwards
   Ctrl + R : search the history backwards with multi-occurrence
   Ctrl + u : delete backward from cursor
   Ctrl + w : delete backward a word
   Ctrl + xx : move between EOL and current cursor position
   Ctrl + z : suspend/stop the command

Alt Key combinations (ALT+KEY)

   Alt + < : move to the first line in the history
   Alt + > : move to the last line in the history
   Alt + ? : show current completion list
   Alt + * : insert all possible completions
   Alt + / : attempt to complete filename
   Alt + . : yank last argument to previous command
   Alt + b : move backward
   Alt + c : capitalize the word
   Alt + d : delete word
   Alt + f : move forward
   Alt + l : make word lowercase
   Alt + n : search the history forwards non-incremental
   Alt + p : search the history backwards non-incremental
   Alt + r : recall command
   Alt + t : move words around
   Alt + u : make word uppercase
   Alt + Backspace : delete backward from cursor

Escape Keys combinations (ESC+KEY)

   Esc + d : delete from cursor position to end of the word
   Esc + f : move forward a word
   Esc + b : move backward a word
   Esc + t : transpose two adjacent words


-- 
Yo he visto cosas que vosotros no creeríais..., naves de ataque ardiendo
sobre el hombro de Orión. He visto Rayos-C brillando en la oscuridad, cerca
de la puerta de Tannhäuser. Todos esos momentos... se perderán en el
tiempo... como lágrimas en la lluvia... Es hora de morir.
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <https://lists.ubuntu.com/archives/ubuntu-co/attachments/20080807/52d86e6e/attachment.html>


Más información sobre la lista de distribución Ubuntu-co