59 Nano Keyboard Shortcuts

Learn Nano Shortcuts for Windows

File Shortcuts

ActionNano Shortcut keys
Write the current file to diskCtrl + O
Close the current file buffer / Exit from NanoCtrl + X
Insert another file into the current oneCtrl + R
Switch to the previous file bufferAlt + <
Switch to the next file bufferAlt + >
Count the number of words, lines, and charactersAlt + D
Refresh (redraw) the current screenCtrl + L

Editing Shortcuts

ActionNano Shortcuts
Undo the last operationAlt + U
Redo the last undone operationAlt + E
Indent the current lineAlt + }
Unindent the current lineAlt + {
Copy the current line and store it in the cut bufferAlt + ^
Cut the current line and store it in the cut bufferCtrl + K
Uncut from the cut buffer into the current lineCtrl + U
Insert the next keystroke verbatimAlt + V
Insert a tab at the cursor positionCtrl + I
Insert a newline at the cursor positionCtrl + M
Delete the character under the cursorCtrl + D
Delete the character to the left of the cursorCtrl + H
Cut from the cursor position to the end of the fileAlt + T
Search for a string or a regular expressionCtrl + W
Repeat the last searchF16
Invoke the spell checker, if availableCtrl + T
Replace a string or a regular expressionCtrl + \

Navigation Shortcuts

ActionNano Shortcuts
Move to the previous screenCtrl + Y
Move to the next screenCtrl + V
Go back to one characterCtrl + B
Go forward one characterCtrl + F
Go back one wordAlt + Spacebar
Go forward one wordCtrl + Spacebar
Go to line and column numberCtrl + _
Mark text at the cursor positionCtrl + ^
Display the position of the cursorCtrl + C
Move to the beginning of the current lineCtrl + A
Move to the end of the current lineCtrl + E
Move to the beginning of the current paragraphAlt + (
Move to the end of the current paragraphAlt + )
Move to the first line of the fileAlt + \
Move to the last line of the fileAlt + /
Move to the matching bracketM + ]
Scroll up one line without scrolling the cursorAlt + –
Scroll down one line without scrolling the cursorAlt + +

Enable/Disable Settings Shortcuts

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

READ NEXT:

Back to top button