]> err.no Git - dpkg/commitdiff
dselect/methkeys.cc: remove old bindings for `n\' and `p\', which frees `n\' to do...
authorWichert Akkerman <wakkerma@debian.org>
Thu, 2 Mar 2000 16:29:24 +0000 (16:29 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Thu, 2 Mar 2000 16:29:24 +0000 (16:29 +0000)
ChangeLog
dselect/methkeys.cc

index dc934f51e552e208b0815c7753a12214f1c7b1a3..c6b8ab8fd88033755819fd7ee33444a4d4df0dd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Mar  2 17:03:04 CET 2000 Wichert Akkerman <wakkerma@debian.org>
+
+  * dselect/methkeys.cc: remove old bindings for `n' and `p', which
+    frees `n' to do searchagain
+
 Mon Feb 28 15:12:05 CET 2000 Wichert Akkerman <wakkerma@debian.org>
 
   * utils/Makefile.in: fix link command for start-stop-daemon
index 52649eb82159a6045d0133ab9785c382f165605e..4adc43e2a0d5309f3e8be2230878d0b3d0ae4c4c 100644 (file)
@@ -63,10 +63,10 @@ const keybindings::interpretation methodlist_kinterps[] = {
 
 const keybindings::orgbinding methodlist_korgbindings[]= {
   { 'j',            "down"           }, // vi style
-  { 'n',            "down"           },
+//{ 'n',            "down"           }, // no style
   { KEY_DOWN,       "down"           },
   { 'k',            "up"             }, // vi style
-  { 'p',            "up"             },
+//{ 'p',            "up"             }, // no style
   { KEY_UP,         "up"             },
   
   { C('f'),         "scrollon"       }, // vi style