Last active
July 7, 2019 09:32
-
-
Save bakkujp/ab651c0e1bc3224a489b82e7b067895a to your computer and use it in GitHub Desktop.
Some useful shortcut key of Nano.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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