diff options
author | Blaž Hrastnik | 2020-10-23 09:48:03 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-12-03 04:10:35 +0000 |
commit | cc6bdf8f66889087223d9a8491479ceecc09a663 (patch) | |
tree | a155b55868052007d3530327de087886a7d81b7f /helix-view | |
parent | af1924404adac399c351a17bc0f43b5e2889abbb (diff) |
Text change generation, RPC call handling.
Diffstat (limited to 'helix-view')
-rw-r--r-- | helix-view/src/keymap.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helix-view/src/keymap.rs b/helix-view/src/keymap.rs index aaba34a6..c815911e 100644 --- a/helix-view/src/keymap.rs +++ b/helix-view/src/keymap.rs @@ -82,6 +82,9 @@ use std::collections::HashMap; // = = align? // + = // } +// +// gd = goto definition +// gr = goto reference // } #[cfg(feature = "term")] |