Skip to content

Instantly share code, notes, and snippets.

@drakakisgeo
Created August 31, 2020 10:07
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 drakakisgeo/c9161273c1ef7667926d229f8f157c8b to your computer and use it in GitHub Desktop.
Save drakakisgeo/c9161273c1ef7667926d229f8f157c8b to your computer and use it in GitHub Desktop.
Nano cheet sheet
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