]> git.wh0rd.org - home.git/commitdiff
nanorc: update suspend settings
authorMike Frysinger <vapier@gentoo.org>
Wed, 9 Feb 2022 17:38:03 +0000 (12:38 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 9 Feb 2022 17:38:03 +0000 (12:38 -0500)
.nanorc

diff --git a/.nanorc b/.nanorc
index 0b9db6fe8d83dd860c1091442c2b222ca82dc38f..4814568b7b581324497a2232b1eadac98abf9108 100644 (file)
--- 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