From c15269e58794f6bcac974da80d6b143510c83618 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 14 Feb 2021 23:05:22 -0500 Subject: [PATCH] nanorc: tweak comments --- .nanorc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.nanorc b/.nanorc index b36ef99..43727f2 100644 --- a/.nanorc +++ b/.nanorc @@ -17,11 +17,11 @@ set tabsize 4 set whitespace "»·" set speller "aspell -x -c" -# disable stupid justify logic +# Disable justify logic. unbind ^J all unbind M-J all unbind F4 all -# disable various ui interactions +# Disable various UI interactions. unbind M-X all # help mode #unbind M-C all # constant cursor unbind M-O all # use one more line for editing -- 2.39.2