diff --git a/pages/common/nano.md b/pages/common/nano.md index 71dbef7f2..d586723d9 100644 --- a/pages/common/nano.md +++ b/pages/common/nano.md @@ -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}}`