1
0
Fork 0

Adding upstream version 3.0.19.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 18:26:28 +01:00
parent 0014608abc
commit 6e91d72088
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
14 changed files with 272 additions and 190 deletions

View file

@ -157,7 +157,7 @@ def configure(repl):
@repl.add_key_binding("j", "j", filter=ViInsertMode())
def _(event):
" Map 'jj' to Escape. "
event.cli.key_processor.feed(KeyPress("escape"))
event.cli.key_processor.feed(KeyPress(Keys("escape")))
"""
# Custom key binding for some simple autocorrection while typing.