From 43fbd183705c1baa501cf5b09b499e93b9f565c4 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Mon, 6 Dec 2021 22:05:17 -0500 Subject: [PATCH] add .nanorc --- nano/.nanorc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nano/.nanorc diff --git a/nano/.nanorc b/nano/.nanorc new file mode 100644 index 0000000..7b2b7a7 --- /dev/null +++ b/nano/.nanorc @@ -0,0 +1,10 @@ +# enables the minibar feature +set minibar +# disable inverse text for the minibar +set titlecolor normal,normal + +#You can now read files into their own buffer with ctrl-R. +set multibuffer + +# disables the shortcut hints +# set nohelp