From: Mike Frysinger Date: Wed, 9 Feb 2022 17:38:03 +0000 (-0500) Subject: nanorc: update suspend settings X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e37be9068923d3cc35ce49c91e9cdbe92cff1f7a;p=home.git nanorc: update suspend settings --- 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