From: Mike Frysinger Date: Fri, 15 Jan 2016 14:08:29 +0000 (-0500) Subject: nanorc: adjust to work w/2.4 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c41f4214dd4b8e140d794623a3f32959287e1f01;p=home.git nanorc: adjust to work w/2.4 --- 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