Skip to content

Commit 834ffa0

Browse files
committed
Do not mention search twice
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 30f943f commit 834ffa0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bpython/curtsiesfrontend/repl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,8 +1555,6 @@ def key_help_text(self):
15551555
pairs = []
15561556
pairs.append(['complete history suggestion', 'right arrow at end of line'])
15571557
pairs.append(['previous match with current line', 'up arrow'])
1558-
pairs.append(['reverse incremental search', 'M-r'])
1559-
pairs.append(['incremental search', 'M-s'])
15601558
for functionality, key in [(attr[:-4].replace('_', ' '), getattr(self.config, attr))
15611559
for attr in self.config.__dict__
15621560
if attr.endswith('key')]:

0 commit comments

Comments
 (0)