Nano teclas de accesso rapido

April 11, 2018 - Reading time: 3 minutes

Tecla Control es ^ Tecla Alt es M

^G      (F1)            Muestra información de ayuda.
^X      (F2)            Cierra el archivo sin guardar/cierra nano
^O      (F3)            Guardar archivo
^J      (F4)            Justiricar el párrafo actual

^R      (F5)            Insertar otro archivo en el actual
^W      (F6)            Buscar en el archivo actual
^Y      (F7)            Ir a pantalla anterior (Page Up)
^V      (F8)            Ir a pantalla inferior (Page Down)

^K      (F9)            Cortar la linea actual
^U      (F10)           Pegar la linea cortada
^C      (F11)           Muestra la posición del cursor
^T      (F12)           Utiliza el corrector de texto

M-\     (M-|)           Ir a la primera línea del archivo
M-/     (M-?)           Ir a la última línea del archivo

^_      (F13)   (M-G)   Ir a la línea y columna determinadas
^\      (F14)   (M-R)   Replace a string or a regular expression
^^      (F15)   (M-A)   Mark text at the cursor position
M-W     (F16)           Repetir la última búsqueda

M-^     (M-6)           Copy the current line and store it in the cutbuffer
M-}                     Indent the current line
M-{                     Unindent the current line
^F                      Go forward one character
^B                      Go back one character
^Space                  Go forward one word
M-Space                 Go back one word
^P                      Go to previous line
^N                      Go to next line

^A                      Ir al principio de la línea actual
^E                      Ir al final de la línea actual
M-(     (M-9)           Ir al principio del párrafo; Ir a al principio del párrafo anterior
M-)     (M-0)           Ir al final del párrafo; Ir al final del siguiente párrafo
M-]                     Go to the matching bracket
M--     (M-_)           Scroll up one line without scrolling the cursor
M-+     (M-=)           Scroll down one line without scrolling the cursor
M-<     (M-,)           Switch to the previous file buffer
M->     (M-.)           Switch to the next file buffer

M-V                     Insert the next keystroke verbatim
^I                      Insert a tab at the cursor position
^M                      Insert a newline at the cursor position
^D                      Delete the character under the cursor
^H                      Delete the character to the left of the cursor
M-T                     Cut from the cursor position to the end of the file

M-J                     Justify the entire file
M-D                     Count the number of words, lines, and characters
^L                      Refresh (redraw) the current screen
^Z                      Suspend the editor (if suspend is enabled)

(M-X)                   Help mode enable/disable
(M-C)                   Constant cursor position display enable/disable
(M-O)                   Use of one more line for editing enable/disable
(M-S)                   Smooth scrolling enable/disable
(M-P)                   Whitespace display enable/disable
(M-Y)                   Color syntax highlighting enable/disable
(M-H)                   Smart home key enable/disable
(M-I)                   Auto indent enable/disable
(M-K)                   Cut to end enable/disable
(M-L)                   Long line wrapping enable/disable
(M-Q)                   Conversion of typed tabs to spaces enable/disable
(M-B)                   Backup files enable/disable
(M-F)                   Multiple file buffers enable/disable
(M-M)                   Mouse support enable/disable
(M-N)                   No conversion from DOS/Mac format enable/disable
(M-Z)                   Suspension enable/disable
(M-$)                   Soft line wrapping enable/disable

About

I am a system administrator, everything is hosted in my home.
I document my projects here, sometimes I will write about other things.