From 7a75297ca538cb4deecdb155303b6c1f7212971e Mon Sep 17 00:00:00 2001 From: Jose Lemus Date: Wed, 30 Dec 2015 19:01:15 -0500 Subject: [PATCH] Remove keybindings help. Add some command line options --- pages/common/nano.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/nano.md b/pages/common/nano.md index dc06904f5..44a277ee2 100644 --- a/pages/common/nano.md +++ b/pages/common/nano.md @@ -4,12 +4,12 @@ - Start nano in terminal with {filename} -`nano {filename}` +`nano {{filename}}` -- Save and then exit nano +- Enable smooth scrolling. -`ctrl-x` +`nano -S {{filename}}` -- Save file without exitting +- Indent new lines to the previous lines' indentation -`ctrl-o` +`nano -i {{filename}}`