diff options
-rw-r--r-- | Lib/idlelib/config-extensions.def | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Lib/idlelib/config-extensions.def b/Lib/idlelib/config-extensions.def index bb350f2..2c0e81f 100644 --- a/Lib/idlelib/config-extensions.def +++ b/Lib/idlelib/config-extensions.def @@ -17,21 +17,6 @@ enable=1 [FormatParagraph_cfgBindings] format-paragraph=<Alt-Key-q> -[AutoIndent] -enable=1 -[AutoIndent_cfgBindings] -smart-backspace=<Key-BackSpace> -newline-and-indent=<Key-Return> <Key-KP_Enter> -smart-indent=<Key-Tab> -indent-region=<Control-Key-bracketright> -dedent-region=<Control-Key-bracketleft> -comment-region=<Alt-Key-3> -uncomment-region=<Alt-Key-4> -tabify-region=<Alt-Key-5> -untabify-region=<Alt-Key-6> -toggle-tabs=<Alt-Key-t> -change-indentwidth=<Alt-Key-u> - [AutoExpand] enable=1 [AutoExpand_cfgBindings] |