diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -55,9 +55,13 @@ Keypad Enter = :newline # deletion Delete = :delete +Shift+Delete = :delete Ctrl+Delete = :delete-word +Ctrl+Shift+Delete = :delete-word Backspace = :backspace +Shift+Backspace = :backspace Ctrl+Backspace = :backspace-word +Ctrl+Shift+Backspace = :backspace-word # scrolling PageUp = :page-up @@ -126,9 +130,10 @@ yes = #afa no = #faa cancel = #ffa +# Syntax highlighting keyword = #0c0 preprocessor = #77f string = #f77 character = #a7f comment = #777 -number = #8ff +constant = #8ff |