From: Mike Frysinger Date: Mon, 8 Mar 2021 19:07:31 +0000 (-0500) Subject: nanorc: update configs for newer versions X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=7425ea05d3148cd7fa1a503b7d3c244df97811db nanorc: update configs for newer versions --- 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