summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>2000-03-02 16:29:24 +0000
committerWichert Akkerman <wakkerma@debian.org>2000-03-02 16:29:24 +0000
commit0905605fe0a8e86d7dc30265edce587cdf15d114 (patch)
tree89fad4d5a509a0f965d0c5cb8aa8eda4412b2db3 /dselect
parent57a6ab654d1d80632ceee02dca59cb74d974ce83 (diff)
downloaddpkg-0905605fe0a8e86d7dc30265edce587cdf15d114.tar.gz
dselect/methkeys.cc: remove old bindings for `n\' and `p\', which frees `n\' to do searchagain
Diffstat (limited to 'dselect')
-rw-r--r--dselect/methkeys.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dselect/methkeys.cc b/dselect/methkeys.cc
index 52649eb82..4adc43e2a 100644
--- a/dselect/methkeys.cc
+++ b/dselect/methkeys.cc
@@ -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