diff options
author | 2013-01-31 11:16:21 -0500 | |
---|---|---|
committer | 2013-01-31 11:16:21 -0500 | |
commit | 210e761ac6721de0922e830deaaadfc36a74aa02 (patch) | |
tree | fd8c220b248033c90c4c38ff8e195f4f2178d67b /doc/06_AdeptEditing.md | |
parent | a715bf63d6a62f000f6acd91e20eef9ef00a03c8 (diff) | |
download | textadept-210e761ac6721de0922e830deaaadfc36a74aa02.tar.gz textadept-210e761ac6721de0922e830deaaadfc36a74aa02.zip |
Added ability to type over characters like closing braces and quotes.
Diffstat (limited to 'doc/06_AdeptEditing.md')
-rw-r--r-- | doc/06_AdeptEditing.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/06_AdeptEditing.md b/doc/06_AdeptEditing.md index e28daf7c..3704e208 100644 --- a/doc/06_AdeptEditing.md +++ b/doc/06_AdeptEditing.md @@ -14,8 +14,9 @@ below. Usually, quote (''', '"') and brace ('(', '[', '{') characters go together in pairs. By default, Textadept automatically inserts the complement character when the first is typed. Similarly, the complement is deleted when you -press `Bksp` (`⌫` on Mac OSX | `Bksp` in ncurses) over the first. See the -[preferences][] page if you would like to disable this. +press `Bksp` (`⌫` on Mac OSX | `Bksp` in ncurses) over the first. Typing over +complement characters is also supported. See the [preferences][] page if you +would like to disable these features. [preferences]: 08_Preferences.html#Generic |