summaryrefslogtreecommitdiff
path: root/src/main/lsp/diagnostics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/lsp/diagnostics.c')
-rw-r--r--src/main/lsp/diagnostics.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/lsp/diagnostics.c b/src/main/lsp/diagnostics.c
index db71fa3..ac286c1 100644
--- a/src/main/lsp/diagnostics.c
+++ b/src/main/lsp/diagnostics.c
@@ -167,6 +167,7 @@ static struct buffer *update_diagnostics_buffer(struct lsp_server *server,
struct binding bindings[] = {
ANONYMOUS_BINDING(ENTER, &diagnostics_goto),
+ ANONYMOUS_BINDING(NUMPAD_ENTER, &diagnostics_goto),
ANONYMOUS_BINDING(None, 'q', &diagnostics_close),
};
struct keymap km = keymap_create("diagnostics", 8);