From f354f0729b3392b3839b55edee2c25a46dda2dda Mon Sep 17 00:00:00 2001 From: glevy Date: Sat, 11 Oct 2025 10:42:03 +0200 Subject: [PATCH] Options non reconnues dans le .nanorc --- roles/root-config/templates/nanorc.j2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/root-config/templates/nanorc.j2 b/roles/root-config/templates/nanorc.j2 index cb70fa4c..7e2fc7cb 100644 --- a/roles/root-config/templates/nanorc.j2 +++ b/roles/root-config/templates/nanorc.j2 @@ -65,7 +65,8 @@ set historylog # set matchbrackets "(<[{)>]}" ## Use the blank line below the titlebar as extra editing space. -set morespace +## L'option n'est pas reconnue sur les machines. +# set morespace ## Enable mouse support, if available for your system. When enabled, ## mouse clicks can be used to place the cursor, set the mark (with a @@ -152,7 +153,8 @@ set positionlog # set speller "aspell -x -c" ## Allow nano to be suspended. -set suspend +## L'option n'est pas reconnue sur les machines. +# set suspend ## Use this tab size instead of the default; it must be greater than 0. set tabsize 4