Skip to content

Nano commands

Beant Kapoor edited this page Jan 23, 2024 · 2 revisions

Nano commands

Nano is a great introductory text editor, but it has its limits. Here are some common commands that will make life a bit easier when developing anything using nano.

  • save: ctrl + s
  • exit: ctrl + x
  • undo: press and release esc, then u
  • To delete a line: ctrl + k