diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -265,7 +265,10 @@ Ctrl+t = :generate-tags Ctrl+d = :goto-definition # alternative to ctrl+click Ctrl+' = :goto-definition-at-cursor +# alternative to ctrl+shift+click Ctrl+Shift+' = :goto-declaration-at-cursor +# alternative to ctrl+alt+click +Ctrl+Alt+' = :goto-type-definition-at-cursor Ctrl+g = :goto-line Ctrl+\ = :split-horizontal |