Merging upstream version 3.0.25.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8e41bc821f
commit
7159687519
26 changed files with 770 additions and 530 deletions
|
@ -70,6 +70,9 @@ def configure(repl):
|
|||
# Vi mode.
|
||||
repl.vi_mode = False
|
||||
|
||||
# Enable the modal cursor (when using Vi mode). Other options are 'Block', 'Underline', 'Beam', 'Blink under', 'Blink block', and 'Blink beam'
|
||||
repl.cursor_shape_config = "Modal (vi)"
|
||||
|
||||
# Paste mode. (When True, don't insert whitespace after new line.)
|
||||
repl.paste_mode = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue