From 420c3702886abe5ad646ba4d5aee45b361e8e47f Mon Sep 17 00:00:00 2001 From: adminroot Date: Thu, 18 Sep 2025 00:28:21 -0700 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nano初始化配置 --- nanorc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nanorc diff --git a/nanorc b/nanorc new file mode 100644 index 0000000..8519117 --- /dev/null +++ b/nanorc @@ -0,0 +1,11 @@ +set constantshow +set autoindent +set mouse +set softwrap +set zap +set afterends +bind ^Q exit main +bind ^F whereis main +bind ^Z undo main +bind ^Y redo main +bind ^X cut main