]> git.wh0rd.org - home.git/commitdiff
nanorc: adjust to work w/2.4
authorMike Frysinger <vapier@gentoo.org>
Fri, 15 Jan 2016 14:08:29 +0000 (09:08 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 15 Jan 2016 14:08:29 +0000 (09:08 -0500)
.nanorc

diff --git a/.nanorc b/.nanorc
index 55fb0e8e7b088408fa4e2aa082e0064f1624627d..bfa3e30daa53e1c70fa4ec8d98d1aa62ef96b853 100644 (file)
--- 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