Created
August 31, 2020 10:07
-
-
Save drakakisgeo/c9161273c1ef7667926d229f8f157c8b to your computer and use it in GitHub Desktop.
Nano cheet sheet
This file contains 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
1) Show lines when opening files. Add the -C flag | |
``` nano -C file.txt ``` | |
2) Go to line. | |
``` CTRL+SHIFT+_ ``` | |
3) Select block of text | |
``` CTRL+SHIFT+6 ``` | |
4) Cut selection | |
``` CTRL+K ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment