
Guardar al teclear
- Up Arrow or Ctrl+p
Scrolls backwards through the commands entered previously.
- Down Arrow or Ctrl+n
Scrolls forward through previous commands.
- Intro
Executes the selected command.
- Tab
Tab is a useful feature. It autocompletes any commands or filenames if there is one option. Otherwise it displays a list of options that fit the information entered. Using tab in this way reduces typing errors.
Cambiar el texto
Note
El ratón no funcionará para ubicar el cursor en una entrada de línea de órdenes. Use la tecla flecha Izquierda o la tecla flecha Derecha para moverse dentro de la línea.
Note
Typing at the cursor inserts text there without overwriting existing text.
- Ctrl+a o Inicio
Moves the cursor to the start of the line.
- Ctrl+e o Fin
Moves the cursor to the end of the line.
- Ctrl+k
Deletes from the current cursor position to the end of the line.
- Ctrl+u
Elimina la línea actual completa.
- Ctrl+w
Elimina la palabra situada antes del cursor.