]> git.wh0rd.org - home.git/commitdiff
nanorc: update configs for newer versions
authorMike Frysinger <vapier@gentoo.org>
Mon, 8 Mar 2021 19:07:31 +0000 (14:07 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 8 Mar 2021 19:07:31 +0000 (14:07 -0500)
.nanorc

diff --git a/.nanorc b/.nanorc
index 19fb8e489884fcd3b613f190df3dc8f3f2044248..185e6b7998840826905067947824b5819c36e57f 100644 (file)
--- a/.nanorc
+++ b/.nanorc
@@ -1,6 +1,10 @@
+set atblanks
+set autoindent
+unset backup
 set constantshow
 set fill -2
 set historylog
+#set linenumbers
 unset locking
 set positionlog
 set morespace
@@ -29,4 +33,5 @@ unbind M-I all # auto indent
 unbind M-Q all # tab/space conversion
 unbind M-M all # mouse
 
+bind M-i autoindent all
 bind M-d cutwordright all