diff options
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 |