Skip to content

Instantly share code, notes, and snippets.

@bakkujp
Last active July 7, 2019 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bakkujp/ab651c0e1bc3224a489b82e7b067895a to your computer and use it in GitHub Desktop.
Save bakkujp/ab651c0e1bc3224a489b82e7b067895a to your computer and use it in GitHub Desktop.
Some useful shortcut key of Nano.
| Shoftcut Key | Description |
|--------------|---------------------------------------------------------------------------------|
| ^G | nano help |
| ^A | move to beginning of line in nano |
| ^E | move to end of line in nano |
| ^Y | move down a page - next page in nano |
| ^V | move up a page - previous page in nano |
| ^_ | move to a specific line (^_^V moves to the top of the file, ^_^Y to the bottom) |
| ^C | find out what line the cursor is currently on |
| ^W | search or find some text in nano |
| ^D | delete character currently under the cursor |
| ^K | delete line in nano, nano remove line |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment