summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-08 14:50:30 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-08 14:50:30 -0500
commitf05a22635e54564e9dfed28f83ea583a19046d03 (patch)
tree519861992a7c313b7d9ebf5b273b2bd436f6fd96 /ted.cfg
parentaa862462008e647cc4e87fd4618fe5dc5af1076d (diff)
search in both directions
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index 26e7052..75da8bf 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -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