diff options
author | pommicket <pommicket@gmail.com> | 2022-12-31 16:04:26 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-31 16:04:26 -0500 |
commit | ecca6666861f590ac17c68ea0b81ba0672667e65 (patch) | |
tree | 984e898163635e4fb5b8f81692d1d44946f15978 /ted.cfg | |
parent | fd617d8d9723f76dcdb51b2fa54ef960be4edccc (diff) |
goto-definition-at-cursor command
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -261,6 +261,8 @@ Ctrl+! = :shell Ctrl+t = :generate-tags Ctrl+d = :goto-definition +# alternative to ctrl+click +Ctrl+Shift+d = :goto-definition-at-cursor Ctrl+g = :goto-line Ctrl+\ = :split-horizontal |