From e37be9068923d3cc35ce49c91e9cdbe92cff1f7a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 9 Feb 2022 12:38:03 -0500 Subject: [PATCH] nanorc: update suspend settings --- .nanorc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.nanorc b/.nanorc index 0b9db6f..4814568 100644 --- a/.nanorc +++ b/.nanorc @@ -16,6 +16,7 @@ set positionlog # set regexp set smarthome set suspend +set suspendable set tabsize 4 set whitespace "»·" set speller "aspell -x -c" @@ -33,5 +34,6 @@ unbind M-I all # auto indent unbind M-Q all # tab/space conversion unbind M-M all # mouse +bind ^Z suspend main bind M-i autoindent all bind M-d chopwordright all -- 2.39.2