mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
nano: add new command for backup (#4397)
This commit is contained in:
parent
be791964a9
commit
33079e3240
@ -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}}`
|
||||
|
Loading…
Reference in New Issue
Block a user