From b185c58fa8fa565071f0acc0403383fa08ab9b61 Mon Sep 17 00:00:00 2001 From: Igor Shubovych Date: Tue, 19 Jan 2016 15:11:20 +0200 Subject: [PATCH] nano: linting --- pages/common/nano.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/nano.md b/pages/common/nano.md index 97b0dfe25e..c164eb8669 100644 --- a/pages/common/nano.md +++ b/pages/common/nano.md @@ -2,14 +2,14 @@ > Simple, easy to use editor. An enhanced, free Pico clone. -- Start nano in terminal with {filename} +- Start nano in terminal with {filename}: `nano {{filename}}` -- Enable smooth scrolling. +- Enable smooth scrolling: `nano -S {{filename}}` -- Indent new lines to the previous lines' indentation. +- Indent new lines to the previous lines' indentation: `nano -i {{filename}}`