diff options
author | pommicket <pommicket@gmail.com> | 2023-01-03 17:29:19 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-03 17:29:19 -0500 |
commit | 87c8bd6eb27edb4bfc539967235c3a1e2f8d77e4 (patch) | |
tree | 4dbcb24ce4fca226e5b70bc5f01d71158d891426 /ted.cfg | |
parent | 0d92c03f3998fe4d16f3ba928d3a94583755e1ce (diff) |
go to declaration
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -264,7 +264,8 @@ Ctrl+t = :generate-tags Ctrl+d = :goto-definition # alternative to ctrl+click -Ctrl+Shift+d = :goto-definition-at-cursor +Ctrl+' = :goto-definition-at-cursor +Ctrl+Shift+' = :goto-declaration-at-cursor Ctrl+g = :goto-line Ctrl+\ = :split-horizontal |