diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-08 14:50:30 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-08 14:50:30 -0500 |
commit | f05a22635e54564e9dfed28f83ea583a19046d03 (patch) | |
tree | 519861992a7c313b7d9ebf5b273b2bd436f6fd96 /ted.cfg | |
parent | aa862462008e647cc4e87fd4618fe5dc5af1076d (diff) |
search in both directions
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,7 +55,10 @@ Ctrl+a = :select-all # insertion Tab = :tab Enter = :newline +# same as :newline for normal text insertion, but goes to the previous search result instead of the next one +Shift+Enter = :newline-back Keypad Enter = :newline +Shift+Keypad Enter = :newline-back # deletion Delete = :delete |