nano: add new command for backup (#4397)

beep
Ray Voice 2020-10-05 18:56:27 +05:00 committed by GitHub
parent be791964a9
commit 33079e3240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -18,3 +18,7 @@
- Indent new lines to the previous lines' indentation:
`nano -i {{filename}}`
- Before modification, backup separately as `{{current_file_name}}~`:
`nano -B {{filename}}`