+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
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