We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a6e89 commit f2efab9Copy full SHA for f2efab9
1 file changed
Lib/_pyrepl/historical_reader.py
@@ -264,6 +264,7 @@ def collect_keymap(self) -> tuple[tuple[KeySpec, CommandName], ...]:
264
(r"\C-s", "forward-history-isearch"),
265
(r"\M-r", "restore-history"),
266
(r"\M-.", "yank-arg"),
267
+ (r"\M-_", "yank-arg"),
268
(r"\<page down>", "history-search-forward"),
269
(r"\x1b[6~", "history-search-forward"),
270
(r"\<page up>", "history-search-backward"),
0 commit comments