diff options
author | pommicket <pommicket@gmail.com> | 2023-05-11 12:11:44 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-05-11 12:11:54 -0400 |
commit | 8f23762128bebda1e8e07058f905363954ac9c61 (patch) | |
tree | d1e78fa4020de61b34cf4600bebcf40dc0cc7322 /ted.cfg | |
parent | ba8d08d0eef98e1950f8c96c12fe8de3f0f059ae (diff) |
:matching-bracket, fix matching bracket highlighting in some cases
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -232,6 +232,8 @@ Ctrl+Shift+End = :select-end-of-file Ctrl+a = :select-all # go to previous cursor position Ctrl+p = :previous-position +# move cursor to matching bracket +Ctrl+Shift+5 = :matching-bracket # Ctrl+Shift+d = :clear-selection # insertion |