From 7425ea05d3148cd7fa1a503b7d3c244df97811db Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 8 Mar 2021 14:07:31 -0500 Subject: [PATCH] nanorc: update configs for newer versions --- .nanorc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.nanorc b/.nanorc index 19fb8e4..185e6b7 100644 --- 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 -- 2.39.2