Merging upstream version 3.0.19.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
df46317709
commit
03eba84c1a
14 changed files with 272 additions and 190 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue