From c41f4214dd4b8e140d794623a3f32959287e1f01 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 15 Jan 2016 09:08:29 -0500 Subject: [PATCH] nanorc: adjust to work w/2.4 --- .nanorc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.nanorc b/.nanorc index 55fb0e8..bfa3e30 100644 --- a/.nanorc +++ b/.nanorc @@ -1,7 +1,10 @@ -set constantshow +# Waiting for 2.5.x +#set constantshow +set const set fill -2 set historylog -set positionlog +# Waiting for 2.5.x +#set positionlog set morespace set multibuffer set noconvert @@ -22,7 +25,7 @@ unbind M-J all unbind F4 all # disable various ui interactions unbind M-X all # help mode -unbind M-C all # constant cursor +#unbind M-C all # constant cursor unbind M-O all # use one more line for editing unbind M-H all # smart home unbind M-I all # auto indent @@ -31,4 +34,5 @@ unbind M-B all # backup files unbind M-M all # mouse unbind M-N all # dos/mac conversion mode -bind M-d cutwordright all +# Waiting for 2.5.x +#bind M-d cutwordright all -- 2.39.5